sphinx_nervproject_theme/sphinx_nervproject_theme/social.html

17 lines
505 B
HTML

<div class="sidebar-links no-print">
<div class="sidebar-group">
<ul class="social">
{% for iconset, icon, text, link in theme_social %}
<li><a
class="fasvglink {{ icon }}" href="{{ link }}"
target="_blank">
<svg>
<use xlink:href="{{ pathto('_static/fa/' + iconset + '.svg', 1)}}#{{ icon }}">
</use>
</svg> {{ text }}</a>
</li>
{% endfor %}
</ul>
</div></div>