website/layouts/partials/footer.html
2023-12-19 08:27:37 -05:00

24 lines
No EOL
988 B
HTML

<footer class="section section-page footer">
<div class="container">
<div>
<nav class="menu">
<ul>
{{- range site.Menus.footer }}
<li>
<a href="{{ .URL }}">{{ .Name }}</a>
</li>
{{- end }}
</ul>
</nav>
<div class="copy">
<p xmlns:cc="http://creativecommons.org/ns#">
This work by <span property="cc:attributionName">The Dialect Authors</span> is licensed under <a href="http://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer">CC BY-SA 4.0</a>.
</p>
</div>
</div>
<a href="https://circle.gnome.org" class="circle">
<img src="https://circle.gnome.org/assets/button/circle-button-fullcolor.svg" alt="GNOME Circle">
</a>
</div>
</footer>