mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
pocket and instapaper support
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user