Updating theme - version 4.0.0 - fonts, conditional comments, prev & next posts,...
[ghost-theme-willow.git] / partials / post-share.hbs
index ce45d60e726fd88d82cbb6beb8cc1aaebf85efc4..74b3c69526decabf7ff5bdd707e9d7893873475e 100644 (file)
@@ -1,16 +1,14 @@
-<span class="c-post-view-share">
-    <a class="c-post-view-share__item--twitter" href="https://twitter.com/intent/tweet?text={{encode title}}&amp;url={{url absolute="true"}}"
+<div class="c-post-view-share">
+    <a class="c-post-view-share__item c-post-view-share__item--twitter" href="https://twitter.com/intent/tweet?text={{encode title}}&amp;url={{url absolute="true"}}"
        onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;">
         Share on Twitter
     </a>
-    |
-    <a class="c-post-view-share__item--facebook" href="https://www.facebook.com/sharer/sharer.php?u={{url absolute="true"}}"
+    <a class="c-post-view-share__item c-post-view-share__item--facebook" href="https://www.facebook.com/sharer/sharer.php?u={{url absolute="true"}}"
        onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;">
         Share on Facebook
     </a>
-    |
-    <a class="c-post-view-share__item--google" href="https://plus.google.com/share?url={{url absolute="true"}}"
+    <a class="c-post-view-share__item c-post-view-share__item--google" href="https://plus.google.com/share?url={{url absolute="true"}}"
        onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;">
         Share on Google+
     </a>
-</span>
\ No newline at end of file
+</div>
\ No newline at end of file