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 /math | |
parent | bump jekyll-theme (diff) | |
download | blog-859776ecc94c7ca0368a4c0b8aca90ac85e2a1d1.tar.gz blog-859776ecc94c7ca0368a4c0b8aca90ac85e2a1d1.zip |
bump jekyll-theme, fix category links
Diffstat (limited to 'math')
-rw-r--r-- | math/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/index.html b/math/index.html new file mode 100644 index 0000000..4678e90 --- /dev/null +++ b/math/index.html @@ -0,0 +1,4 @@ +--- +title: Math +--- +{% include categories/category.html category=page.title archive_link='/all' %} |