added title in svg of social icons

This commit is contained in:
Jesús
2019-03-10 19:37:34 -05:00
parent 21f1e32f8f
commit 2a763b6b75
4 changed files with 20 additions and 0 deletions

View File

@@ -83,6 +83,7 @@
<span class="soumaicon">
<svg>
<use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#gnusocial" />
<title>GNUSocial</title>
</svg>
</span>
</a>
@@ -90,6 +91,7 @@
<span class="soumaicon">
<svg>
<use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#diaspora" />
<title>Diaspora</title>
</svg>
</span>
</a>
@@ -97,6 +99,7 @@
<span class="soumaicon">
<svg>
<use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#mastodom" />
<title>Mastodom</title>
</svg>
</span>
</a>