Fix for broken url in blog post title and meta

This commit is contained in:
Francesco Siddi 2018-01-18 12:30:06 +01:00
parent 18fe240b93
commit 90c62664a6

View File

@ -12,16 +12,16 @@ a.blog_index-header(href="{{ node.properties.url }}")
| {% endif %} | {% endif %}
li.when li.when
a(href="{{ node.url }}", a(href="{{ node.properties.url }}",
title="Updated {{ node._updated | pretty_date }}") title="Updated {{ node._updated | pretty_date }}")
| {{ node._created | pretty_date }} | {{ node._created | pretty_date }}
li li
a(href="{{ node.url }}#comments") a(href="{{ node.properties.url }}#comments")
| comment | comment
a.item-title( a.item-title(
href="{{ node.url }}") href="{{ node.properties.url }}")
| {{ node.name }} | {{ node.name }}
.item-content .item-content