about summary refs log tree commit diff
path: root/users/fcuny/blog
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-01-21 11:13:56 -0800
committerFranck Cuny <franck@fcuny.net>2022-01-21 11:13:56 -0800
commit528159360435f82fc5f4806a2bac1a53044cb070 (patch)
treeb0642977f8c682f08d1b6c6218b697e39db01854 /users/fcuny/blog
parentnav: drop one item from the menu (diff)
downloadworld-528159360435f82fc5f4806a2bac1a53044cb070.tar.gz
post: change formatting for the date
Diffstat (limited to 'users/fcuny/blog')
-rw-r--r--users/fcuny/blog/layouts/_default/single.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/users/fcuny/blog/layouts/_default/single.html b/users/fcuny/blog/layouts/_default/single.html
index 165c568..4f21ded 100644
--- a/users/fcuny/blog/layouts/_default/single.html
+++ b/users/fcuny/blog/layouts/_default/single.html
@@ -5,17 +5,17 @@
 <h1>{{ .Title }}</h1>
 
 <div class="meta">
-  {{- $pub := .Date.Format "2006-01-02" -}}
+  {{- $pub := .Date.Format "Jan 2, 2006" -}}
   {{- $mod := "" -}}
   {{- if (not .GitInfo) }}
-  {{- $mod = .Lastmod.Format "2006-01-02" -}}
+  {{- $mod = .Lastmod.Format "Jan 2, 2006" -}}
   {{ else }}
-  {{- $mod = .Page.GitInfo.CommitDate.Format "2006-01-02" -}}
+  {{- $mod = .Page.GitInfo.CommitDate.Format "Jan 2, 2006" -}}
   {{ end -}}
   {{ if eq $pub $mod }}
   <div class="meta_date">published {{ $pub }}</div>
   {{ else }}
-  <div class="meta_date">published {{ $pub }}, last modified {{ $mod }}</div>
+  <div class="meta_date">published {{ $pub }} - last modified {{ $mod }}</div>
   {{ end }}
   {{ if .Params.tags }}
   <div>