From d6290dcf509c84a38df667813ad3acdcf58c09f5 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Thu, 19 Dec 2019 17:22:12 +0100 Subject: #66, add taxonomy support --- layouts/posts/single.html | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'layouts/posts/single.html') diff --git a/layouts/posts/single.html b/layouts/posts/single.html index 69352cd..00df697 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -1,16 +1,13 @@ {{ define "main" }} - {{ $dateFormat := default "January 2, 2006" .Site.Params.BookDateFormat }} -
-

{{ .Title }}

- {{ with .Date }} -
- {{ .Format $dateFormat }} -
- {{ end }} -
-
+
+

+ {{ .Title }} +

+ {{ partial "docs/post-meta" . }} +

{{- .Content -}} -

+

+
{{ end }} {{ define "toc" }} -- cgit v1.2.3