Skip to content

Commit

Permalink
More pocket button
Browse files Browse the repository at this point in the history
  • Loading branch information
stevestreza committed Mar 22, 2013
1 parent 2eb51f5 commit 9e522c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/_includes/article.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<h1 class="title"> <h1 class="title">
<a href="{{ root_url }}{{ post.url }}">{% if site.titlecase %}{{ post.title | titlecase }}{% else %}{{ post.title }}{% endif %}</a> <a href="{{ root_url }}{{ post.url }}">{% if site.titlecase %}{{ post.title | titlecase }}{% else %}{{ post.title }}{% endif %}</a>
<div class="pocket-button" style="display: inline-block; float: right;"> <div class="pocket-button" style="display: inline-block; float: right;">
<a href="https://getpocket.com/save" data-pocket-label="pocket" data-pocket-count="horizontal" data-save-url="http://informalprotocol.com{{ post.url }}" class="pocket-btn" data-lang="en">Pocket</a> <a href="https://getpocket.com/save" data-pocket-label="pocket" data-pocket-align="right" data-pocket-count="horizontal" data-save-url="http://informalprotocol.com{{ post.url }}" class="pocket-btn" data-lang="en">Pocket</a>
<script type="text/javascript">!function(d,i){if(!d.getElementById(i)){var j=d.createElement("script");j.id=i;j.src="https://widgets.getpocket.com/v1/j/btn.js?v=1";var w=d.getElementById(i);d.body.appendChild(j);}}(document,"pocket-btn-js");</script> <script type="text/javascript">!function(d,i){if(!d.getElementById(i)){var j=d.createElement("script");j.id=i;j.src="https://widgets.getpocket.com/v1/j/btn.js?v=1";var w=d.getElementById(i);d.body.appendChild(j);}}(document,"pocket-btn-js");</script>
</div> </div>
</h1> </h1>
Expand All @@ -16,7 +16,7 @@ <h1 class="title">
<h1 class="title"> <h1 class="title">
{% if site.titlecase %}{{ page.title | titlecase }}{% else %}{{ page.title }}{% endif %} {% if site.titlecase %}{{ page.title | titlecase }}{% else %}{{ page.title }}{% endif %}
<div class="pocket-button" style="display: inline-block; float: right;"> <div class="pocket-button" style="display: inline-block; float: right;">
<a href="https://getpocket.com/save" data-pocket-label="pocket" data-pocket-count="horizontal" data-save-url="http://informalprotocol.com{{ post.url }}" class="pocket-btn" data-lang="en">Pocket</a> <a href="https://getpocket.com/save" data-pocket-label="pocket" data-pocket-align="right" data-pocket-count="horizontal" data-save-url="http://informalprotocol.com{{ page.url }}" class="pocket-btn" data-lang="en">Pocket</a>
<script type="text/javascript">!function(d,i){if(!d.getElementById(i)){var j=d.createElement("script");j.id=i;j.src="https://widgets.getpocket.com/v1/j/btn.js?v=1";var w=d.getElementById(i);d.body.appendChild(j);}}(document,"pocket-btn-js");</script> <script type="text/javascript">!function(d,i){if(!d.getElementById(i)){var j=d.createElement("script");j.id=i;j.src="https://widgets.getpocket.com/v1/j/btn.js?v=1";var w=d.getElementById(i);d.body.appendChild(j);}}(document,"pocket-btn-js");</script>
</div> </div>
</h1> </h1>
Expand Down

0 comments on commit 9e522c0

Please sign in to comment.