From 04d53a3933bc4600373575ba5b66191e1c24a85d Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 30 Sep 2019 15:09:19 +0300 Subject: add default layout for categories/ --- _config.yml | 5 +++++ categories/c++/index.html | 1 - categories/haskell/index.html | 1 - categories/math/index.html | 1 - 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 5f3b770..05aac75 100644 --- a/_config.yml +++ b/_config.yml @@ -35,6 +35,11 @@ defaults: type: notes values: layout: note + - scope: + path: categories + type: pages + values: + layout: category excerpt_separator: "" include_comments: true 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 --- -- cgit v1.2.3