diff options
-rw-r--r-- | cl-theme/templates/article.html | 3 | ||||
-rw-r--r-- | cl-theme/templates/authors.html | 3 | ||||
-rw-r--r-- | cl-theme/templates/base.html | 11 | ||||
-rw-r--r-- | cl-theme/templates/page.html | 3 |
4 files changed, 20 insertions, 0 deletions
diff --git a/cl-theme/templates/article.html b/cl-theme/templates/article.html index f09647b..5195d18 100644 --- a/cl-theme/templates/article.html +++ b/cl-theme/templates/article.html @@ -90,6 +90,7 @@ <span class="soumaicon"> <svg> <use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#gnusocial" /> + <title>GNUSocial</title> </svg> </span> </a> @@ -97,6 +98,7 @@ <span class="soumaicon"> <svg> <use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#diaspora" /> + <title>Diaspora</title> </svg> </span> </a> @@ -104,6 +106,7 @@ <span class="soumaicon"> <svg> <use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#mastodom" /> + <title>Mastodom</title> </svg> </span> </a> diff --git a/cl-theme/templates/authors.html b/cl-theme/templates/authors.html index 1f405d2..5efd468 100644 --- a/cl-theme/templates/authors.html +++ b/cl-theme/templates/authors.html @@ -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> diff --git a/cl-theme/templates/base.html b/cl-theme/templates/base.html index 27dcf17..450c4c2 100644 --- a/cl-theme/templates/base.html +++ b/cl-theme/templates/base.html @@ -151,6 +151,7 @@ <span class="soumaicon"> <svg> <use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#gnusocial" /> + <title>GNUSocial</title> </svg> </span> </a> @@ -158,6 +159,7 @@ <span class="soumaicon"> <svg> <use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#diaspora" /> + <title>Diaspora</title> </svg> </span> </a> @@ -165,6 +167,7 @@ <span class="soumaicon"> <svg> <use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#mastodom" /> + <title>Mastodom</title> </svg> </span> </a> @@ -199,6 +202,7 @@ <span class="soumaicon"> <svg> <use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#diaspora"/> + <title>Diaspora</title> </svg> </span> </a> @@ -206,6 +210,7 @@ <span class="soumaicon"> <svg> <use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#gnusocial"/> + <title>GNUSocial</title> </svg> </span> </a> @@ -213,6 +218,7 @@ <span class="soumaicon"> <svg> <use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#pump"/> + <title>Pump</title> </svg> </span> </a> @@ -220,6 +226,7 @@ <span class="soumaicon"> <svg> <use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#pixelfed"/> + <title>PixelFed</title> </svg> </span> </a> @@ -227,6 +234,7 @@ <span class="soumaicon"> <svg> <use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#peertube"/> + <title>PeerTube</title> </svg> </span> </a> @@ -234,6 +242,7 @@ <span class="soumaicon"> <svg> <use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#mediagoblin"/> + <title>MediaGoblin</title> </svg> </span> </a> @@ -241,6 +250,7 @@ <span class="soumaicon"> <svg> <use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#matrix"/> + <title>Matrix</title> </svg> </span> </a> @@ -248,6 +258,7 @@ <span class="soumaicon"> <svg> <use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#rss"/> + <title>RSS</title> </svg> </span> </a> diff --git a/cl-theme/templates/page.html b/cl-theme/templates/page.html index 060e589..953c866 100644 --- a/cl-theme/templates/page.html +++ b/cl-theme/templates/page.html @@ -59,6 +59,7 @@ <span class="soumaicon"> <svg> <use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#gnusocial" /> + <title>GNUSocial</title> </svg> </span> </a> @@ -66,6 +67,7 @@ <span class="soumaicon"> <svg> <use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#diaspora" /> + <title>Diaspora</title> </svg> </span> </a> @@ -73,6 +75,7 @@ <span class="soumaicon"> <svg> <use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#mastodom" /> + <title>Mastodom</title> </svg> </span> </a> |