From 5cba28f865dda37570b393739b6fce335a8b0146 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Sun, 23 Feb 2020 13:26:51 +0100 Subject: Simplify post meta template --- layouts/partials/docs/post-meta.html | 5 ----- 1 file changed, 5 deletions(-) (limited to 'layouts/partials/docs/post-meta.html') diff --git a/layouts/partials/docs/post-meta.html b/layouts/partials/docs/post-meta.html index c68ea95..0b35f1f 100644 --- a/layouts/partials/docs/post-meta.html +++ b/layouts/partials/docs/post-meta.html @@ -1,6 +1,4 @@ {{ $dateFormat := (default "January 2, 2006" .Site.Params.BookDateFormat) }} -{{ if or .Date .Params.tags }} -
{{ with .Date}}
{{ .Format $dateFormat }}
{{ end }} @@ -16,6 +14,3 @@
{{ end }} {{ end }} - - -{{ end }} -- cgit v1.2.3