This repository has been archived on 2024-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
old-scribeengine/scribeengine/themes/quill/templates/social_links.html

9 lines
289 B
HTML
Raw Normal View History

<div class="p-4">
<h4 class="font-italic">Elsewhere</h4>
<ol class="list-unstyled">
{% for link in social_links %}
<li><a href="{{link.url}}">{{link.name}}</a></li>
{% endfor %}
</ol>
</div>