missing links social in authors.html

This commit is contained in:
Jesús 2019-03-11 12:45:30 -05:00
parent 5257d5fca0
commit a6192ae4bf
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

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