diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-14 19:49:56 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-14 19:56:07 +0300 |
commit | 4394279620671e3033c498ea819c108836cad264 (patch) | |
tree | 82a39282f69ba5569696aba5c18b21a6dc94a6b2 /code/index.html | |
parent | css: shorten property (diff) | |
download | jekyll-theme-4394279620671e3033c498ea819c108836cad264.tar.gz jekyll-theme-4394279620671e3033c498ea819c108836cad264.zip |
recategorize posts
Diffstat (limited to 'code/index.html')
-rw-r--r-- | code/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/code/index.html b/code/index.html new file mode 100644 index 0000000..002a9a5 --- /dev/null +++ b/code/index.html @@ -0,0 +1,4 @@ +--- +title: Code +--- +{% include jekyll-theme/categories/category.html category=page.title archive_link='/archive/' %} |