1
0
Fork 0
This commit is contained in:
Kekskurse 2020-12-07 20:59:39 +01:00
parent b2495d676e
commit bf74822c0c
4 changed files with 26 additions and 0 deletions

View File

@ -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 >}}

View File

@ -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 }}

View File

@ -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;

View File

@ -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;