|
@@ -55,7 +55,7 @@
|
55
|
55
|
<!-- post footer -->
|
56
|
56
|
<div class="card-content-footer-small">
|
57
|
57
|
<div class="navbar is-social-center">
|
58
|
|
- <a class="navbar-item" href="">
|
|
58
|
+ <a class="navbar-item" href="{{ SOCIAL['gnusocial'] }}">
|
59
|
59
|
<span class="soumaicon">
|
60
|
60
|
<svg>
|
61
|
61
|
<use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#gnusocial" />
|
|
@@ -63,7 +63,7 @@
|
63
|
63
|
</svg>
|
64
|
64
|
</span>
|
65
|
65
|
</a>
|
66
|
|
- <a class="navbar-item" href="">
|
|
66
|
+ <a class="navbar-item" href="{{ SOCIAL['diaspora'] }}">
|
67
|
67
|
<span class="soumaicon">
|
68
|
68
|
<svg>
|
69
|
69
|
<use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#diaspora" />
|
|
@@ -71,7 +71,7 @@
|
71
|
71
|
</svg>
|
72
|
72
|
</span>
|
73
|
73
|
</a>
|
74
|
|
- <a class="navbar-item" href="">
|
|
74
|
+ <a class="navbar-item" href="{{ SOCIAL['mastodom'] }}">
|
75
|
75
|
<span class="soumaicon">
|
76
|
76
|
<svg>
|
77
|
77
|
<use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#mastodom" />
|