_includes/share.html in devlopr-0.2.9 vs _includes/share.html in devlopr-0.3.0

- old
+ new

@@ -1,13 +1,13 @@ -<div class="share-page"> - Share this on &rarr; - <a href="https://twitter.com/intent/tweet?text={{ page.title }}&url={{ site.url }}{{ page.url }}&via={{ site.twitter_username }}&related={{ site.twitter_username }}" - rel="nofollow" target="_blank" title="Share on Twitter"> - <img alt="Twitter" src="https://simplesharebuttons.com/images/somacro/twitter.png" class="social-icon" /> - </a> - <a href="https://facebook.com/sharer.php?u={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on Facebook"> - <img alt="Facebook" src="https://simplesharebuttons.com/images/somacro/facebook.png" class="social-icon" /> - </a> - <a href="https://plus.google.com/share?url={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on Google+"> - <img alt="Google+" src="https://simplesharebuttons.com/images/somacro/google.png" class="social-icon" /> - </a> +<div class="share-page"> + Share this on &rarr; + <a href="https://twitter.com/intent/tweet?text={{ page.title }}&url={{ site.url }}{{ page.url }}&via={{ site.twitter_username }}&related={{ site.twitter_username }}" + rel="nofollow" target="_blank" title="Share on Twitter"> + <img alt="Twitter" src="https://simplesharebuttons.com/images/somacro/twitter.png" class="social-icon" /> + </a> + <a href="https://facebook.com/sharer.php?u={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on Facebook"> + <img alt="Facebook" src="https://simplesharebuttons.com/images/somacro/facebook.png" class="social-icon" /> + </a> + <a href="https://plus.google.com/share?url={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on Google+"> + <img alt="Google+" src="https://simplesharebuttons.com/images/somacro/google.png" class="social-icon" /> + </a> </div> \ No newline at end of file