1
0
Fork 0
This commit is contained in:
Kekskurse 2020-12-07 21:04:03 +01:00
parent bf74822c0c
commit 6c2261ad3a
3 changed files with 5 additions and 0 deletions

View file

@ -2,6 +2,7 @@
title: "About"
date: 2020-10-01T14:49:09+02:00
draft: false
cc: ""
---
Mail: hello [at] kekskurse.de

View file

@ -3,5 +3,6 @@ title: "Gallery"
date: 2020-10-01T14:49:09+02:00
draft: true
hideDate: true
cc: ""
---
{{<gallery-all>}}

View file

@ -36,11 +36,14 @@
<a rel="license" class="nolink" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">
<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>