Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mismith0227/hugo_theme_pickles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/li.html')
-rwxr-xr-xlayouts/_default/li.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/_default/li.html b/layouts/_default/li.html
index 7e3c953..de23d6c 100755
--- a/layouts/_default/li.html
+++ b/layouts/_default/li.html
@@ -3,6 +3,9 @@
<h2 class="c-title c-article__title"><a href="{{ .Permalink }}">{{ .Title }}</a></h2>
<p class="c-article__meta">
{{ partial "timestamp.html" . }}
+ {{ if not (.Param "hideModifiedDate") }}
+ | {{ partial "modified_date.html" . }}
+ {{ end }}
{{ if not (.Param "hideWordCount") }}
| {{ partial "word_count.html" . }}
{{ end }}