diff options
author | mms <michal@sapka.me> | 2024-06-30 21:40:52 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-06-30 21:40:52 +0200 |
commit | 1830f15be48e379bb32e65492a18c9921a4a15a9 (patch) | |
tree | 36669935eaca80ba50d2949cea06e7f1474378e2 /layouts/blog/single.html | |
parent | 865c05a7de2de933399e27442b8dd6d19f0d6bef (diff) |
chore: date in blog
Diffstat (limited to 'layouts/blog/single.html')
-rw-r--r-- | layouts/blog/single.html | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/layouts/blog/single.html b/layouts/blog/single.html index 4a563ab..fdfcdd4 100644 --- a/layouts/blog/single.html +++ b/layouts/blog/single.html @@ -1,16 +1,4 @@ {{ define "main" }} +{{ partial "partials/blog/full-post.html" . }} -<article> - <h2>{{ .Title}}</h2> - <hr> - {{ .Page.Content }} -</article> - -{{- if .Params.primary_menu }} - {{ partial "single/bottom_nav.html" (dict "menuID" .Page.Params.primary_menu "page" .) }} -{{- end }} - -<footer class="copyright"> - {{ partial "single/dates.html" . }} -</footer> {{- end }} |