add title to links

lektura
max.mehl 2017-03-20 16:29:10 +01:00
parent f13128768b
commit 3bb7eee7da
2 changed files with 7 additions and 7 deletions

View File

@ -730,17 +730,17 @@
<aside class="sharecolumn">
<a id="diaspora-left" href="https://test.fsfe.org/cgi-bin/share.php?service=diaspora&amp;ref=pmpc&amp;url=https://publicmoneypubliccode.org&amp;title=Public%20Money%3F%20Public%20Code!%20%23pmpc" target="_blank">&nbsp;</a>
<a id="diaspora-left" href="https://test.fsfe.org/cgi-bin/share.php?service=diaspora&amp;ref=pmpc&amp;url=https://publicmoneypubliccode.org&amp;title=Public%20Money%3F%20Public%20Code!%20%23pmpc" title="Share on Diaspora" target="_blank">&nbsp;</a>
<a id="gnusocial-left" href="https://test.fsfe.org/cgi-bin/share.php?service=gnusocial&amp;ref=pmpc&amp;url=https://publicmoneypubliccode.org&amp;title=Public%20Money%3F%20Public%20Code!%20%23pmpc" target="_blank">&nbsp;</a>
<a id="gnusocial-left" href="https://test.fsfe.org/cgi-bin/share.php?service=gnusocial&amp;ref=pmpc&amp;url=https://publicmoneypubliccode.org&amp;title=Public%20Money%3F%20Public%20Code!%20%23pmpc" title="Share on GNU Social" target="_blank">&nbsp;</a>
<a id="reddit-left" href="https://test.fsfe.org/cgi-bin/share.php?service=reddit&amp;ref=pmpc&amp;url=https://publicmoneypubliccode.org&amp;title=Public%20Money%3F%20Public%20Code!%20%23pmpc" target="_blank">&nbsp;</a>
<a id="reddit-left" href="https://test.fsfe.org/cgi-bin/share.php?service=reddit&amp;ref=pmpc&amp;url=https://publicmoneypubliccode.org&amp;title=Public%20Money%3F%20Public%20Code!%20%23pmpc" title="Share on Reddit" target="_blank">&nbsp;</a>
<a id="twitter-left" href="https://test.fsfe.org/cgi-bin/share.php?service=twitter&amp;ref=pmpc&amp;url=https://publicmoneypubliccode.org&amp;title=Public%20Money%3F%20Public%20Code!%20%23pmpc" target="_blank">&nbsp;</a>
<a id="twitter-left" href="https://test.fsfe.org/cgi-bin/share.php?service=twitter&amp;ref=pmpc&amp;url=https://publicmoneypubliccode.org&amp;title=Public%20Money%3F%20Public%20Code!%20%23pmpc" title="Share on Twitter" target="_blank">&nbsp;</a>
<a id="gplus-left" href="https://test.fsfe.org/cgi-bin/share.php?service=gplus&amp;ref=pmpc&amp;url=https://publicmoneypubliccode.org&amp;title=Public%20Money%3F%20Public%20Code!%20%23pmpc" target="_blank">&nbsp;</a>
<a id="gplus-left" href="https://test.fsfe.org/cgi-bin/share.php?service=gplus&amp;ref=pmpc&amp;url=https://publicmoneypubliccode.org&amp;title=Public%20Money%3F%20Public%20Code!%20%23pmpc" title="Share on Google&#43;" target="_blank">&nbsp;</a>
<a id="facebook-left" href="https://test.fsfe.org/cgi-bin/share.php?service=facebook&amp;ref=pmpc&amp;url=https://publicmoneypubliccode.org&amp;title=Public%20Money%3F%20Public%20Code!%20%23pmpc" target="_blank">&nbsp;</a>
<a id="facebook-left" href="https://test.fsfe.org/cgi-bin/share.php?service=facebook&amp;ref=pmpc&amp;url=https://publicmoneypubliccode.org&amp;title=Public%20Money%3F%20Public%20Code!%20%23pmpc" title="Share on Facebook" target="_blank">&nbsp;</a>
</aside>

View File

@ -1,5 +1,5 @@
<aside class="sharecolumn">
{{ range .Site.Data.share }}
<a id="{{ .id}}-left" href="{{ .link }}" target="_blank">&nbsp;</a>
<a id="{{ .id }}-left" href="{{ .link }}" title="Share on {{ .text }}" target="_blank">&nbsp;</a>
{{ end }}
</aside>