we were using this verbatim in five different templates. DRY

pull/1/head
Andromeda Yelton 2012-07-09 15:47:09 -04:00
parent ac682c2c47
commit 59b3657808
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<ul>
<a href="{{ pledge_url }}?next={{ work_url|urlencode:"" }}"><li>Email it!</li></a>
<a href="https://twitter.com/intent/tweet?url=https://{{ site.domain }}{{ work_url|urlencode:"" }}&text=I%20just%20pledged%20to%20unglue%20{{ title|urlencode }}%20at%20%40unglueit.%20Will%20you%20join%20me%3F"><li>Tweet it!</li></a>
<a href="https://www.facebook.com/sharer.php?u=https://{{ site.domain }}{{ work_url|urlencode:"" }}"><li>Share it on Facebook.</li></a>
<li>Best idea: talk about it with those you love.</li>
</ul>