_includes/share.html in jekyll-theme-omega-0.2.4 vs _includes/share.html in jekyll-theme-omega-0.2.5
- old
+ new
@@ -2,25 +2,25 @@
<p class="light small">
Share this post
</p>
<ul class="social-mini">
<li>
- <a href="https://twitter.com/intent/tweet?text={{ page.title | cgi_escape }}%20{{ site.url }}{{ page.url }}%20via%20@{{ site.author.twitter }}"
+ <a href="https://twitter.com/intent/tweet?text={{ page.title | cgi_escape }}%20{{ site.url }}/{{ site.baseurl }}{{ page.url }}%20via%20@{{ site.author.twitter }}"
onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;" data-toggle="tooltip"
title="Share on Twitter" itemprop="Twitter">
<i class="fa fa-twitter"></i>
</a>
</li>
<li>
- <a href="https://www.facebook.com/sharer/sharer.php?u={{ site.url }}{{ page.url }}" onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;"
+ <a href="https://www.facebook.com/sharer/sharer.php?u={{ site.url }}/{{ site.baseurl }}{{ page.url }}" onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;"
data-toggle="tooltip" title="Share on Facebook" itemprop="Facebook">
<i class="fa fa-facebook"></i>
</a>
</li>
<li>
- <a href="https://plus.google.com/share?url={{ site.url }}{{ page.url }}" onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;"
+ <a href="https://plus.google.com/share?url={{ site.url }}/{{ site.baseurl }}{{ page.url }}" onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;"
data-toggle="tooltip" title="Share on Google plus" itemprop="GooglePlus">
<i class="fa fa-google-plus"></i>
</a>
</li>
</ul>
-</div>
\ No newline at end of file
+</div>