Revert landing page to post stream, implement date markers

This commit is contained in:
rra
2022-08-31 18:15:44 +02:00
parent db2b9aab05
commit 56de9611d6
2 changed files with 40 additions and 1 deletions

View File

@ -23,6 +23,10 @@
{{ else if in .Params.categories "pen" }}
{{- partial "pen_card.html" . -}}
{{ else if in .Params.categories "book" }}
{{- partial "book.html" . -}}
{{ else if in .Params.categories "page" }}