Quellcode durchsuchen

Lastmod wording

zwbetz-gh vor 6 Jahren
Ursprung
Commit
c73877dcfc
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      layouts/post/single.html

+ 1 - 1
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>