Fix blog posts pages

Fixes social sharing links and removes some characters ("-->") being printed on the page.
This commit is contained in:
Erick Mendonca 2014-08-21 23:22:40 -03:00
parent f393507c5c
commit b96d7481ab
2 changed files with 2 additions and 1 deletions

View file

@ -13,6 +13,7 @@
</div>
<div class="share pull-right">
<ul class="social-links">
{% assign postUrl = site.url | append:page.url %}
<li>
<a href="https://plus.google.com/share?url={{ postUrl }}" onclick="window.open('https://plus.google.com/share?url={{ postUrl }}', 'newwindow', 'width=600, height=500'); return false;">
<svg class="icon icon-google-plus" viewBox="0 0 30 32">

View file

@ -11,7 +11,7 @@
<div class="st-pusher">
<div class="st-content">
<!-- {% include top-section.html %} -->
{% include top-section.html %}
{% include post.html isStaticPost=page.isStaticPost %}