ADD copyright label to image
This commit is contained in:
parent
4230ea5c16
commit
1c60871e9a
1 changed files with 4 additions and 1 deletions
|
@ -41,7 +41,10 @@
|
||||||
|
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
{{ with .Params.image }}
|
{{ with .Params.image }}
|
||||||
<img class="coverimage" src="{{ . }}" />
|
<img class="coverimage {{ if eq .cover false }} noCover {{ end }}" src="{{ .url }}" />
|
||||||
|
{{ with .copyright }}
|
||||||
|
<div class="image-copyright">© {{ . }}</div>
|
||||||
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<div class="content">
|
<div class="content">
|
||||||
{{ with .Params.tags }}
|
{{ with .Params.tags }}
|
||||||
|
|
Loading…
Reference in a new issue