Sfoglia il codice sorgente

Merge branch 'master' of github.com:zwbetz-gh/cupper-hugo-theme

zwbetz 6 anni fa
parent
commit
c51dd9f4f2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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>