yequari.com/themes/saturn/layouts/partials/footer.html

13 lines
309 B
HTML
Raw Permalink Normal View History

2023-08-12 10:44:17 +00:00
<footer>
<div id="quote">
<p id="subtitle">.</p>
</div>
<div id="social-links">
<ul class="social">
{{ range site.Menus.social }}
<li class="social"><a rel="me" href="{{ .URL }}">{{ .Name }}</a></li>
{{ end }}
</ul>
</div>
</footer>