From cec2368214f7184ee0f583ce4f5201c3ecaa3fc9 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 15 Jun 2022 11:45:31 +0200 Subject: Update --- content/art/index.md | 1 - content/notebook/index.md | 1 - content/projects/index.md | 1 - scripts/metadata_filter.lua | 1 - templates/base.html | 2 +- templates/layouts/categorized_list.html | 10 ++-------- 6 files changed, 3 insertions(+), 13 deletions(-) diff --git a/content/art/index.md b/content/art/index.md index 91cdecf..3280f79 100644 --- a/content/art/index.md +++ b/content/art/index.md @@ -5,7 +5,6 @@ list_layout: gallery-2 list_order: date_desc list_flatten: true list_limit: 4 -list_button: true feed: true --- diff --git a/content/notebook/index.md b/content/notebook/index.md index a16d522..17283b0 100644 --- a/content/notebook/index.md +++ b/content/notebook/index.md @@ -4,7 +4,6 @@ position: 4 list_order: date_desc list_flatten: true list_limit: 4 -list_button: true feed: true --- diff --git a/content/projects/index.md b/content/projects/index.md index 9f0b40f..bc7a4e7 100644 --- a/content/projects/index.md +++ b/content/projects/index.md @@ -5,7 +5,6 @@ list_layout: grid-2 list_order: date_desc list_flatten: true list_limit: 4 -list_button: true feed: true --- diff --git a/scripts/metadata_filter.lua b/scripts/metadata_filter.lua index 03c4a68..07f060c 100644 --- a/scripts/metadata_filter.lua +++ b/scripts/metadata_filter.lua @@ -229,7 +229,6 @@ function cat_to_list_cat(cat, allItems) items = items, total = tostring(#allItems), omitted = omitted ~= 0 and tostring(omitted), - button = cat.list_button, } end diff --git a/templates/base.html b/templates/base.html index 4319d43..49355b7 100644 --- a/templates/base.html +++ b/templates/base.html @@ -47,7 +47,7 @@ -