Added feature social links

This commit is contained in:
Jesús
2019-03-10 20:59:04 -05:00
parent b2e757f555
commit cf210e1925
3 changed files with 24 additions and 13 deletions

View File

@@ -86,7 +86,7 @@
<!-- post footer -->
<div class="card-content-footer-small">
<div class="navbar is-social-center">
<a class="navbar-item" href="">
<a class="navbar-item" href="{{ SOCIAL['gnusocial'] }}">
<span class="soumaicon">
<svg>
<use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#gnusocial" />
@@ -94,7 +94,7 @@
</svg>
</span>
</a>
<a class="navbar-item" href="">
<a class="navbar-item" href="{{ SOCIAL['diaspora'] }}">
<span class="soumaicon">
<svg>
<use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#diaspora" />
@@ -102,7 +102,7 @@
</svg>
</span>
</a>
<a class="navbar-item" href="">
<a class="navbar-item" href="{{ SOCIAL['mastodom'] }}">
<span class="soumaicon">
<svg>
<use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#mastodom" />