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

github.com/funkydan2/hugo-kiera.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/aside.html')
-rw-r--r--layouts/partials/aside.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/partials/aside.html b/layouts/partials/aside.html
index d1f39fa..f24a605 100644
--- a/layouts/partials/aside.html
+++ b/layouts/partials/aside.html
@@ -3,6 +3,11 @@
<li>
<time class="post-date" datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" | safeHTML }}">{{ .Date.Format "Jan 2, 2006" }}</time>
</li>
+ {{ if ne .Date .Lastmod }}
+ <li>
+ {{ T "modifiedOn" }} <time datetime="{{ .Lastmod.Format "2006-01-02T15:04:05Z07:00" | safeHTML }}">{{ .Lastmod.Format "Jan 2, 2006" }}</time>
+ </li>
+ {{ end }}
{{ if .Params.categories }}
<li>
{{ T "categories" }}