mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-26 20:51:22 +01:00
fixed postUrl
This commit is contained in:
parent
1afec2dc5f
commit
26549e87d1
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@
|
|||
<article class="row post">
|
||||
|
||||
{% if include.isStaticPost == false %}
|
||||
|
||||
{% assign postUrl = site.url | append: site.baseurl | append: page.url %}
|
||||
|
||||
<div class="post-header">
|
||||
<div class="published pull-left">
|
||||
<span class="caption">Posted:</span>
|
||||
|
|
Loading…
Reference in a new issue