commit c4b7a28716300491574b194e63386a782242cc15
parent 4c1578b5616b4038e385025e5c9f63194f7fc4f9
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date: Sun, 5 May 2024 01:40:20 -0400
list.html: add blog gif to header
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
@@ -7,7 +7,7 @@
{{- range.Pages }}
<li>
{{- if .Param "datesinlist" }}<time datetime="{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}">{{ .Date.Format "2006 Jan 02" }}</time> – {{ end -}}
- <a href="{{ .RelPermalink }}">{{ .Title }}</a>
+ <a href="{{ .RelPermalink }}">{{ .Title }}</a><br><img src=/static/myblog.gif>
{{- if .Param "authorsinlist" }}
{{ with .Params.authors }}
by