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
|
startpage: false
|
||||||
lang: img
|
lang: img
|
||||||
gallery: "/img/2020/12/teufelsberg/DSC07352-1.jpg"
|
gallery: "/img/2020/12/teufelsberg/DSC07352-1.jpg"
|
||||||
|
cc: "by-nc-sa"
|
||||||
---
|
---
|
||||||
# Gallery
|
# Gallery
|
||||||
{{< gallery dir="img/2020/12/teufelsberg" caption-position="none" caption-effect="fade" />}} {{< load-photoswipe >}}
|
{{< gallery dir="img/2020/12/teufelsberg" caption-position="none" caption-effect="fade" />}} {{< load-photoswipe >}}
|
||||||
|
|
|
@ -31,5 +31,18 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</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>
|
</main>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
|
@ -3,6 +3,12 @@ body {
|
||||||
background-color: #202124;
|
background-color: #202124;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nolink {
|
||||||
|
border-bottom: 0px;
|
||||||
|
--hovercolor:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
::-moz-selection {
|
::-moz-selection {
|
||||||
background: blue;
|
background: blue;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
|
@ -8,6 +8,12 @@
|
||||||
--hovercolor:navy;
|
--hovercolor:navy;
|
||||||
--darkMaincolor: #50fa7b;
|
--darkMaincolor: #50fa7b;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nolink {
|
||||||
|
border-bottom: 0px;
|
||||||
|
--hovercolor:none;
|
||||||
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
color: #232333;
|
color: #232333;
|
||||||
font-family: 'Roboto Mono', monospace;
|
font-family: 'Roboto Mono', monospace;
|
||||||
|
|
Reference in a new issue