a
9aa43df629
The basic parts of the layouts/theme should work. I have only populated 2 albums so far.
12 lines
512 B
HTML
12 lines
512 B
HTML
<footer class="site-footer" style="color: #aaa">
|
|
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" style="text-decoration: none; color: inherit;">
|
|
<div>
|
|
{{ partial "svg/cib.creative-commons.html" . }}
|
|
{{ partial "svg/cib.creative-commons-by.html" . }}
|
|
{{ partial "svg/cib.creative-commons-nc.html" . }}
|
|
{{ partial "svg/cib.creative-commons-sa.html" . }}
|
|
</div>
|
|
<p style="text-decoration: underline; display: inline-block">CC BY-NC-SA 4.0</p>
|
|
</a>
|
|
<p>birdsounds.media</p>
|
|
</footer> |