Revert landing page to post stream, implement date markers

This commit is contained in:
rra
2022-08-31 18:15:44 +02:00
parent fe030bc4e2
commit 43929fa709
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" }}