Fix for broken url in blog post title and meta
This commit is contained in:
parent
18fe240b93
commit
90c62664a6
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user