hugo

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

commit c00b308500e3c7da8ff20d4e8a719ceb4f623338
parent e5d34f3532435bf2b75747f8d7bfc45f0abd137f
Author: tetraonini <tetraonini@mrgrouse.com>
Date:   Sun,  5 May 2024 01:43:16 -0400

list.html: fix location of myblog.gif

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 @@ -1,5 +1,5 @@ {{ define "title" -}} -{{ .Title | title }}<br><img src=/static/myblog.gif> +{{ .Title | title }}<br><img src=/myblog.gif> {{- end }} {{ define "main" -}} {{ .Content }}