Browse Source

Lastmod wording

zwbetz-gh 6 năm trước cách đây
mục cha
commit
c73877dcfc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>