Navigation Menu

Skip to content

Commit

Permalink
Style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Streza committed Mar 22, 2013
1 parent 4fbf059 commit 4771a03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/_includes/article.html
Expand Up @@ -2,7 +2,7 @@
<h1 class="title">
<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;">
<a href="https://getpocket.com/save" data-pocket-label="pocket" data-pocket-align="left" 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"></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>
</div>
</h1>
Expand All @@ -16,7 +16,7 @@ <h1 class="title">
<h1 class="title">
{% if site.titlecase %}{{ page.title | titlecase }}{% else %}{{ page.title }}{% endif %}
<div class="pocket-button" style="display: inline-block; float: right;">
<a href="https://getpocket.com/save" data-pocket-label="pocket" data-pocket-align="left" data-pocket-count="horizontal" data-save-url="http://informalprotocol.com{{ page.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"></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>
</div>
</h1>
Expand Down

0 comments on commit 4771a03

Please sign in to comment.