pocket and instapaper support

This commit is contained in:
Athou
2013-05-07 15:47:22 +02:00
parent 392b42e8e1
commit 93997eeb72
7 changed files with 193 additions and 0 deletions

View File

@@ -59,6 +59,12 @@
<a href="https://plus.google.com/share?url={{entry.url|escape}}" popup>
<i class="icon-google-plus"></i>
</a>
<a href="https://getpocket.com/save?url={{entry.url|escape}}&title={{entry.title}}" popup>
<i class="icon-pocket"></i>
</a>
<a href="https://www.instapaper.com/hello2?url={{entry.url|escape}}&title={{entry.title}}" popup>
<i class="icon-instapaper"></i>
</a>
</span>
</div>
</div>