about summary refs log tree commit diff
path: root/layouts/_default/single.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--layouts/_default/single.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 7a85a05..da0a3e5 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -13,9 +13,9 @@
   {{- $mod = .Page.GitInfo.CommitDate.Format "Jan 2, 2006" -}}
   {{ end -}}
   {{ if eq $pub $mod }}
-  <div id="meta_date">published {{ $pub }}</div>
+  <div id="meta_date">posted on {{ $pub }}</div>
   {{ else }}
-  <div id="meta_date">published {{ $pub }} - last modified {{ $mod }}</div>
+  <div id="meta_date">posted on {{ $pub }} - last modified {{ $mod }}</div>
   {{ end }}
   {{ if .Params.tags }}
   <div>