diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-09 22:56:05 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-09 22:56:05 +0300 |
commit | 859776ecc94c7ca0368a4c0b8aca90ac85e2a1d1 (patch) | |
tree | 44e688448357e2c9470eef0e24ea06ec32cddd0b /categories | |
parent | bump jekyll-theme (diff) | |
download | blog-859776ecc94c7ca0368a4c0b8aca90ac85e2a1d1.tar.gz blog-859776ecc94c7ca0368a4c0b8aca90ac85e2a1d1.zip |
bump jekyll-theme, fix category links
Diffstat (limited to 'categories')
-rw-r--r-- | categories/c++/index.html | 4 | ||||
-rw-r--r-- | categories/haskell/index.html | 4 | ||||
-rw-r--r-- | categories/math/index.html | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/categories/c++/index.html b/categories/c++/index.html deleted file mode 100644 index ae41976..0000000 --- a/categories/c++/index.html +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: C++ ---- -{% include categories/category.html category=page.title %} diff --git a/categories/haskell/index.html b/categories/haskell/index.html deleted file mode 100644 index d2a1e89..0000000 --- a/categories/haskell/index.html +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: Haskell ---- -{% include categories/category.html category=page.title %} diff --git a/categories/math/index.html b/categories/math/index.html deleted file mode 100644 index 1fb0ad0..0000000 --- a/categories/math/index.html +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: Math ---- -{% include categories/category.html category=page.title %} |