1
0
mirror of https://gitlab.com/free_zed/free_zed.gitlab.io.git synced 2024-06-26 16:28:44 +00:00
free_zed.gitlab.io/theme-uberspot/templates/social.html
Freezed 054182ba65 🚧 WIP: add new theme
Basic changes matching old theme.

TODO footer :
* Add pages
* Add last commit hash/link
* Bottom line

TODO plugin:
* post_stats
* tipue_search
* neighbors
* https://github.com/pelican-plugins/seo

Source : https://gitlab.com/axil/pelican-uberspot/-/blob/master/README.md
2020-07-24 01:16:32 +02:00

11 lines
232 B
HTML

<center>
<div class="social-network-icons">
{% for title, link in SOCIAL %}
<a href="{{ link }}" target="_blank" title="{{ title }}">
<i class="fa fa-{{ title|lower }} fa-2x"></i>
</a>
&nbsp;
{% endfor %}
</div>
</center>