titleicon separate from titleimg
This commit is contained in:
parent
3e872982a0
commit
f729985265
@ -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 }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user