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 /life/index.html | |
parent | css: shorten property (diff) | |
download | jekyll-theme-4394279620671e3033c498ea819c108836cad264.tar.gz jekyll-theme-4394279620671e3033c498ea819c108836cad264.zip |
recategorize posts
Diffstat (limited to '')
-rw-r--r-- | code/index.html (renamed from life/index.html) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/life/index.html b/code/index.html index 1df20f1..002a9a5 100644 --- a/life/index.html +++ b/code/index.html @@ -1,4 +1,4 @@ --- -title: Life +title: Code --- {% include jekyll-theme/categories/category.html category=page.title archive_link='/archive/' %} |