You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
600 B

  1. <a class="twitter" href="https://twitter.com/intent/tweet?text={{ .Site.BaseURL }}{{ .Permalink }} - {{ .Title }} {{ with .Site.Params.twitter }}by @{{ . }}{{ end }}"><span class="icon-twitter"> {{ with .Site.Params.tweet }}{{ . }}{{ else }}Tweet{{ end }}</span></a>
  2. <a class="facebook" href="#" onclick="
  3. window.open(
  4. 'https://www.facebook.com/sharer/sharer.php?u='+encodeURIComponent(location.href),
  5. 'facebook-share-dialog',
  6. 'width=626,height=436');
  7. return false;"><span class="icon-facebook-rect"> {{ with .Site.Params.share }}{{ . }}{{ else }}Share{{ end }}</span>
  8. </a>