summaryrefslogtreecommitdiff
path: root/layouts/_default/list.html
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-01-03 18:17:19 +0100
committermms <michal@sapka.me>2024-01-03 18:17:19 +0100
commit3dc66eecd384498f4dfce5e617bc7360dbda487a (patch)
tree7417deaead131a971a7511c46627fbea46c5fa66 /layouts/_default/list.html
parent339ba0bf872a672fea7d611343df4a6f0e14d585 (diff)
feat: move blog to org format
Diffstat (limited to 'layouts/_default/list.html')
-rw-r--r--layouts/_default/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 433233e..827bdc9 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -1,6 +1,6 @@
{{ define "main" }}
- {{ if in .Page.Params.Category "blog" }}
+ {{ if in .Page.Params.Categories "blog" }}
{{ partial "partials/blog_index.html" . }}
{{ else if in .Page.Params.Categories "article" }}
{{ partial "partials/article_index.html" . }}