diff --git a/archetypes/default.md b/archetypes/default.md index a3b393e1e7a611cc737f84366ba71ad8e071db6b..c8f61081a6c5c1f8891ebe1e3f21bf8805d86aac 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -2,5 +2,6 @@ title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} draft: true +rss_only: true cover: ./cover.png --- diff --git a/themes/secluded/layouts/_default/list.html b/themes/secluded/layouts/_default/list.html index f7ec5eee17491d1012ff411ac268918f7d85f8fc..d292d0b78af035f1d3ae12d17c1c128827bb9ebd 100644 --- a/themes/secluded/layouts/_default/list.html +++ b/themes/secluded/layouts/_default/list.html @@ -26,6 +26,8 @@