birdsounds.media/layouts/partials/site-footer.html
a 9aa43df629 First commit
The basic parts of the layouts/theme should work. I have only populated 2 albums so far.
2024-05-17 21:14:05 -05:00

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>