diff --git a/layout/_macro/post.swig b/layout/_macro/post.swig index c242d4c802..69622b7b9e 100644 --- a/layout/_macro/post.swig +++ b/layout/_macro/post.swig @@ -56,7 +56,7 @@ {% endif %} {# Need to delete maybe? #} - {{ next_url(post.path, post.title | default(__('post.untitled')), {class: 'post-title-link', itemprop: url }) }} + {{ next_url(post.path, post.title | default(__('post.untitled')), {class: 'post-title-link', itemprop: 'url' }) }} {% else -%} {{- post.title -}} {% include '../_partials/post-edit.swig' %}