img and icon options
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{{ partial "header.html" . }}
|
||||
|
||||
<header><h1>{{ .Title }}</h1></header>
|
||||
<header><h1>{{ with .Params.icon }}<img src="/pix/{{ . }}" class=titleimg>{{ end }}{{ .Title }}</h1></header>
|
||||
|
||||
<article>
|
||||
<article>{{ with .Params.img }}<img src="/pix/{{ . }}" class=titleimg>{{ end }}
|
||||
|
||||
{{ .Content }}
|
||||
|
||||
|
Reference in New Issue
Block a user