浏览代码

Lastmod wording

zwbetz-gh 6 年之前
父节点
当前提交
c73877dcfc
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>