diff options
| author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-30 15:09:19 +0300 |
|---|---|---|
| committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-30 15:09:19 +0300 |
| commit | 04d53a3933bc4600373575ba5b66191e1c24a85d (patch) | |
| tree | 7ca4da8fa3877e4858f507e557e924d64d2721ff /categories | |
| parent | move categories pages to /categories/ (diff) | |
| download | blog-04d53a3933bc4600373575ba5b66191e1c24a85d.tar.gz blog-04d53a3933bc4600373575ba5b66191e1c24a85d.zip | |
add default layout for categories/
Diffstat (limited to '')
| -rw-r--r-- | categories/c++/index.html | 1 | ||||
| -rw-r--r-- | categories/haskell/index.html | 1 | ||||
| -rw-r--r-- | categories/math/index.html | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/categories/c++/index.html b/categories/c++/index.html index ed18c1a..05a5f3f 100644 --- a/categories/c++/index.html +++ b/categories/c++/index.html @@ -1,5 +1,4 @@ --- title: C++ category: C++ -layout: category --- diff --git a/categories/haskell/index.html b/categories/haskell/index.html index a69e838..1f19919 100644 --- a/categories/haskell/index.html +++ b/categories/haskell/index.html @@ -1,5 +1,4 @@ --- title: Haskell category: Haskell -layout: category --- diff --git a/categories/math/index.html b/categories/math/index.html index 910af29..9019971 100644 --- a/categories/math/index.html +++ b/categories/math/index.html @@ -1,5 +1,4 @@ --- title: Math category: Math -layout: category --- |
