hugo

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

commit e5d34f3532435bf2b75747f8d7bfc45f0abd137f
parent c4b7a28716300491574b194e63386a782242cc15
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date:   Sun,  5 May 2024 01:41:39 -0400

list.html: fix blog gif

Diffstat:
Mlayouts/_default/list.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/layouts/_default/list.html b/layouts/_default/list.html @@ -1,5 +1,5 @@ {{ define "title" -}} -{{ .Title | title }} +{{ .Title | title }}<br><img src=/static/myblog.gif> {{- end }} {{ define "main" -}} {{ .Content }} @@ -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><br><img src=/static/myblog.gif> + <a href="{{ .RelPermalink }}">{{ .Title }}</a> {{- if .Param "authorsinlist" }} {{ with .Params.authors }} by