diff options
-rw-r--r-- | cl-theme/templates/page.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cl-theme/templates/page.html b/cl-theme/templates/page.html index 953c866..9d5a232 100644 --- a/cl-theme/templates/page.html +++ b/cl-theme/templates/page.html @@ -55,7 +55,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" /> @@ -63,7 +63,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" /> @@ -71,7 +71,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" /> |