Stuff
This commit is contained in:
parent
bf74822c0c
commit
6c2261ad3a
3 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
title: "About"
|
||||
date: 2020-10-01T14:49:09+02:00
|
||||
draft: false
|
||||
cc: ""
|
||||
---
|
||||
|
||||
Mail: hello [at] kekskurse.de
|
|
@ -3,5 +3,6 @@ title: "Gallery"
|
|||
date: 2020-10-01T14:49:09+02:00
|
||||
draft: true
|
||||
hideDate: true
|
||||
cc: ""
|
||||
---
|
||||
{{<gallery-all>}}
|
|
@ -37,9 +37,12 @@
|
|||
<img alt="Creative Commons Lizenzvertrag" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" />
|
||||
</a>
|
||||
{{ else }}
|
||||
{{ if eq .Params.cc "" }}
|
||||
{{ else }}
|
||||
<a rel="license" class="nolink" href="http://creativecommons.org/licenses/{{ .Params.cc }}/4.0/">
|
||||
<img alt="Creative Commons Lizenzvertrag" style="border-width:0" src="https://i.creativecommons.org/l/{{ .Params.cc }}/4.0/88x31.png" />
|
||||
</a>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
</center>
|
||||
|
|
Reference in a new issue