dalaran.fr/themes/dalaran/layouts/partials/footer.html

16 lines
504 B
HTML
Raw Normal View History

2024-09-28 12:53:17 +02:00
<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>
</html>