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 %}
li.when
a(href="{{ node.url }}",
a(href="{{ node.properties.url }}",
title="Updated {{ node._updated | pretty_date }}")
| {{ node._created | pretty_date }}
li
a(href="{{ node.url }}#comments")
a(href="{{ node.properties.url }}#comments")
| comment
a.item-title(
href="{{ node.url }}")
href="{{ node.properties.url }}")
| {{ node.name }}
.item-content