diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-09 01:53:33 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-09 01:53:33 +0300 |
commit | 512feb4e54081d358ef5df0160673a02b7a58aee (patch) | |
tree | 0e0d50ba6b6af5a6f5c23a3acc533d217d27452f /categories | |
parent | bump jekyll-theme (diff) | |
download | blog-512feb4e54081d358ef5df0160673a02b7a58aee.tar.gz blog-512feb4e54081d358ef5df0160673a02b7a58aee.zip |
bump jekyll-theme
Diffstat (limited to 'categories')
-rw-r--r-- | categories/c++/index.html | 2 | ||||
-rw-r--r-- | categories/haskell/index.html | 2 | ||||
-rw-r--r-- | categories/math/index.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/categories/c++/index.html b/categories/c++/index.html index 05a5f3f..ae41976 100644 --- a/categories/c++/index.html +++ b/categories/c++/index.html @@ -1,4 +1,4 @@ --- title: C++ -category: C++ --- +{% include categories/category.html category=page.title %} diff --git a/categories/haskell/index.html b/categories/haskell/index.html index 1f19919..d2a1e89 100644 --- a/categories/haskell/index.html +++ b/categories/haskell/index.html @@ -1,4 +1,4 @@ --- title: Haskell -category: Haskell --- +{% include categories/category.html category=page.title %} diff --git a/categories/math/index.html b/categories/math/index.html index 9019971..1fb0ad0 100644 --- a/categories/math/index.html +++ b/categories/math/index.html @@ -1,4 +1,4 @@ --- title: Math -category: Math --- +{% include categories/category.html category=page.title %} |