From 0b9fda6cfa5bbcd773620b829394bdca374eecb6 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Fri, 30 Aug 2024 20:13:34 +0200 Subject: [PATCH] Fix blogPosting property --- templates/blog/card.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/blog/card.html b/templates/blog/card.html index d15c73c6..215b9c41 100644 --- a/templates/blog/card.html +++ b/templates/blog/card.html @@ -1,4 +1,4 @@ - <div class="card is-flex is-flex-direction-column is-fullheight is-justify-content-space-between" typeof="schema:BlogPosting" resource="{{ post.permalink }}" property="schema:blogPosting"> + <div class="card is-flex is-flex-direction-column is-fullheight is-justify-content-space-between" typeof="schema:BlogPosting" resource="{{ post.permalink }}" property="schema:blogPost"> {% if post.extra.microdata.about %} {% for about in post.extra.microdata.about %} <meta property="schema:about" href="{{ about }}" /> -- GitLab