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