diff options
-rw-r--r-- | layouts/partials/docs/post-meta.html | 5 |
1 files changed, 0 insertions, 5 deletions
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 }} -<div> {{ with .Date}} <h5>{{ .Format $dateFormat }}</h5> {{ end }} @@ -16,6 +14,3 @@ </div> {{ end }} {{ end }} - -</div> -{{ end }} |