From 512feb4e54081d358ef5df0160673a02b7a58aee Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 9 Apr 2021 01:53:33 +0300 Subject: bump jekyll-theme --- categories/c++/index.html | 2 +- categories/haskell/index.html | 2 +- categories/math/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'categories') 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 %} -- cgit v1.2.3