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

github.com/zwbetz-gh/cupper-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzwbetz-gh <37317628+zwbetz-gh@users.noreply.github.com>2019-04-15 17:44:23 +0300
committerGitHub <noreply@github.com>2019-04-15 17:44:23 +0300
commitc73877dcfc725b832112bc574e9c65b5ecb0b90b (patch)
tree0399101dd371e4b6e464ef9eeb60f5240eb97e31 /layouts
parent90caaa368c638ad12e77775152abf986727b9c71 (diff)
Lastmod wording
Diffstat (limited to 'layouts')
-rw-r--r--layouts/post/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/post/single.html b/layouts/post/single.html
index 75191c1..72b4c22 100644
--- a/layouts/post/single.html
+++ b/layouts/post/single.html
@@ -14,7 +14,7 @@
{{ with .Lastmod }}
{{ if gt . $publishDate }}
<br>
- <strong aria-hidden="true">Last mod date: </strong>{{ .Format $dateFormat }}
+ <strong aria-hidden="true">Last updated: </strong>{{ .Format $dateFormat }}
{{ end }}
{{ end }}
</div>