commit f729985265541eab295f6d1fe2b2008bb23a034a parent 3e872982a08fa916f6c99f0384d32e76b82fe1a3 Author: Luke Smith <Luke Smith> Date: Sat, 25 Jun 2022 12:17:05 -0400 titleicon separate from titleimg Diffstat:
| M | layouts/_default/single.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/_default/single.html b/layouts/_default/single.html @@ -1,6 +1,6 @@ {{ partial "header.html" . }} -<header><h1>{{ with .Params.icon }}<img src="/pix/{{ . }}" class=titleimg>{{ end }}{{ .Title }}</h1></header> +<header><h1>{{ with .Params.icon }}<img src="/pix/{{ . }}" class=titleicon>{{ end }}{{ .Title }}</h1></header> <article>{{ with .Params.img }}<img src="/pix/{{ . }}" class=titleimg>{{ end }}