fix/not-deploying-hugo-v159 #9
@@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
{{ $showReadingTime := $Page.Params.readingTime | default ($Page.Site.Params.article.readingTime) }}
|
{{ $showReadingTime := $Page.Params.readingTime | default ($Page.Site.Params.article.readingTime) }}
|
||||||
{{ $showDate := not $Page.Date.IsZero }}
|
{{ $showDate := not $Page.Date.IsZero }}
|
||||||
{{ $showFooter := or $showDate $showReadingTime }}
|
{{ $showTime := or $showDate $showReadingTime }}
|
||||||
|
|
||||||
{{ if $showTime }}
|
{{ if $showTime }}
|
||||||
<footer class="article-meta">
|
<footer class="article-meta">
|
||||||
|
|||||||
Reference in New Issue
Block a user