Explorar o código

Lastmod wording

zwbetz-gh %!s(int64=6) %!d(string=hai) anos
pai
achega
c73877dcfc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>