Licenc
This commit is contained in:
parent
b2495d676e
commit
bf74822c0c
4 changed files with 26 additions and 0 deletions
|
@ -7,6 +7,7 @@ description: "Image Gallery"
|
|||
startpage: false
|
||||
lang: img
|
||||
gallery: "/img/2020/12/teufelsberg/DSC07352-1.jpg"
|
||||
cc: "by-nc-sa"
|
||||
---
|
||||
# Gallery
|
||||
{{< gallery dir="img/2020/12/teufelsberg" caption-position="none" caption-effect="fade" />}} {{< load-photoswipe >}}
|
||||
|
|
|
@ -31,5 +31,18 @@
|
|||
{{ end }}
|
||||
</div>
|
||||
</article>
|
||||
<center style="margin-top: 20px;">
|
||||
{{ if eq .Params.cc nil }}
|
||||
<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 }}
|
||||
<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 }}
|
||||
|
||||
</center>
|
||||
|
||||
</main>
|
||||
{{ end }}
|
||||
|
|
|
@ -3,6 +3,12 @@ body {
|
|||
background-color: #202124;
|
||||
}
|
||||
|
||||
.nolink {
|
||||
border-bottom: 0px;
|
||||
--hovercolor:none;
|
||||
}
|
||||
|
||||
|
||||
::-moz-selection {
|
||||
background: blue;
|
||||
color: #fff;
|
||||
|
|
|
@ -8,6 +8,12 @@
|
|||
--hovercolor:navy;
|
||||
--darkMaincolor: #50fa7b;
|
||||
}
|
||||
|
||||
.nolink {
|
||||
border-bottom: 0px;
|
||||
--hovercolor:none;
|
||||
}
|
||||
|
||||
html {
|
||||
color: #232333;
|
||||
font-family: 'Roboto Mono', monospace;
|
||||
|
|
Reference in a new issue