mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-26 12:41:23 +01:00
Fix blog posts pages
Fixes social sharing links and removes some characters ("-->") being printed on the page.
This commit is contained in:
parent
f393507c5c
commit
b96d7481ab
2 changed files with 2 additions and 1 deletions
|
@ -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">
|
||||
|
|
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue