add title to links
parent
f13128768b
commit
3bb7eee7da
|
@ -730,17 +730,17 @@
|
|||
|
||||
<aside class="sharecolumn">
|
||||
|
||||
<a id="diaspora-left" href="https://test.fsfe.org/cgi-bin/share.php?service=diaspora&ref=pmpc&url=https://publicmoneypubliccode.org&title=Public%20Money%3F%20Public%20Code!%20%23pmpc" target="_blank"> </a>
|
||||
<a id="diaspora-left" href="https://test.fsfe.org/cgi-bin/share.php?service=diaspora&ref=pmpc&url=https://publicmoneypubliccode.org&title=Public%20Money%3F%20Public%20Code!%20%23pmpc" title="Share on Diaspora" target="_blank"> </a>
|
||||
|
||||
<a id="gnusocial-left" href="https://test.fsfe.org/cgi-bin/share.php?service=gnusocial&ref=pmpc&url=https://publicmoneypubliccode.org&title=Public%20Money%3F%20Public%20Code!%20%23pmpc" target="_blank"> </a>
|
||||
<a id="gnusocial-left" href="https://test.fsfe.org/cgi-bin/share.php?service=gnusocial&ref=pmpc&url=https://publicmoneypubliccode.org&title=Public%20Money%3F%20Public%20Code!%20%23pmpc" title="Share on GNU Social" target="_blank"> </a>
|
||||
|
||||
<a id="reddit-left" href="https://test.fsfe.org/cgi-bin/share.php?service=reddit&ref=pmpc&url=https://publicmoneypubliccode.org&title=Public%20Money%3F%20Public%20Code!%20%23pmpc" target="_blank"> </a>
|
||||
<a id="reddit-left" href="https://test.fsfe.org/cgi-bin/share.php?service=reddit&ref=pmpc&url=https://publicmoneypubliccode.org&title=Public%20Money%3F%20Public%20Code!%20%23pmpc" title="Share on Reddit" target="_blank"> </a>
|
||||
|
||||
<a id="twitter-left" href="https://test.fsfe.org/cgi-bin/share.php?service=twitter&ref=pmpc&url=https://publicmoneypubliccode.org&title=Public%20Money%3F%20Public%20Code!%20%23pmpc" target="_blank"> </a>
|
||||
<a id="twitter-left" href="https://test.fsfe.org/cgi-bin/share.php?service=twitter&ref=pmpc&url=https://publicmoneypubliccode.org&title=Public%20Money%3F%20Public%20Code!%20%23pmpc" title="Share on Twitter" target="_blank"> </a>
|
||||
|
||||
<a id="gplus-left" href="https://test.fsfe.org/cgi-bin/share.php?service=gplus&ref=pmpc&url=https://publicmoneypubliccode.org&title=Public%20Money%3F%20Public%20Code!%20%23pmpc" target="_blank"> </a>
|
||||
<a id="gplus-left" href="https://test.fsfe.org/cgi-bin/share.php?service=gplus&ref=pmpc&url=https://publicmoneypubliccode.org&title=Public%20Money%3F%20Public%20Code!%20%23pmpc" title="Share on Google+" target="_blank"> </a>
|
||||
|
||||
<a id="facebook-left" href="https://test.fsfe.org/cgi-bin/share.php?service=facebook&ref=pmpc&url=https://publicmoneypubliccode.org&title=Public%20Money%3F%20Public%20Code!%20%23pmpc" target="_blank"> </a>
|
||||
<a id="facebook-left" href="https://test.fsfe.org/cgi-bin/share.php?service=facebook&ref=pmpc&url=https://publicmoneypubliccode.org&title=Public%20Money%3F%20Public%20Code!%20%23pmpc" title="Share on Facebook" target="_blank"> </a>
|
||||
|
||||
</aside>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<aside class="sharecolumn">
|
||||
{{ range .Site.Data.share }}
|
||||
<a id="{{ .id}}-left" href="{{ .link }}" target="_blank"> </a>
|
||||
<a id="{{ .id }}-left" href="{{ .link }}" title="Share on {{ .text }}" target="_blank"> </a>
|
||||
{{ end }}
|
||||
</aside>
|
||||
|
|
Loading…
Reference in New Issue