hugo

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

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:
Mlayouts/_default/list.html | 2+-
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> &ndash; {{ end -}} - <a href="{{ .RelPermalink }}">{{ .Title }}</a> + <a href="{{ .RelPermalink }}">{{ .Title }}</a><br><img src=/static/myblog.gif> {{- if .Param "authorsinlist" }} {{ with .Params.authors }} by