summaryrefslogtreecommitdiff
path: root/cmd/generate/imworkingon.html.tmpl
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-20 23:45:34 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-04-20 23:45:34 -0600
commit0cf1dc8810d4b6c14a59126287a7b7bbc0a274ac (patch)
treef791b99679820db1c834e8e5bc98bdc3fae5e08c /cmd/generate/imworkingon.html.tmpl
parent1ca444d3e659b61317ea62588930a0a5156934c5 (diff)
imworkingon: Get the calendar to look better
Diffstat (limited to 'cmd/generate/imworkingon.html.tmpl')
-rw-r--r--cmd/generate/imworkingon.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/generate/imworkingon.html.tmpl b/cmd/generate/imworkingon.html.tmpl
index 1be3960..714d134 100644
--- a/cmd/generate/imworkingon.html.tmpl
+++ b/cmd/generate/imworkingon.html.tmpl
@@ -148,7 +148,7 @@
{{- range $status := .Standups }}
<article class="standup" id="standup-id-{{ $status.ID }}">
- <div class="standup-title"><a href="{{ $status.URL }}">{{ timeTag $status.CreatedAt "2006-01-02" }}</a></div>
+ <div class="standup-title"><a href="{{ $status.URL }}">{{ timeTag $status.CreatedAt "Mon 2006-01-02" }}</a></div>
<div class="standup-content">{{ $status.Content }}</div>
</article>
{{- end }}