dalaran.fr/themes/dalaran/layouts/partials/footer.html
2025-01-17 16:33:34 +01:00

17 lines
543 B
HTML

{{ if eq .Section "posts" }}
<footer>
<small>
<p xmlns:cc="http://creativecommons.org/ns#">
This content is licensed under
<a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">
CC BY-SA 4.0
</a>.
The code for this site is available
<a href="{{ .Site.Params.source_code }}">here</a>
under the
<a href="https://opensource.org/license/MIT">MIT license</a>.
</p>
</small>
</footer>
{{ end }}
</html>