From d84f59e204bb64214138f218ebc0c957abc05490 Mon Sep 17 00:00:00 2001 From: Ramon de C Valle Date: Mon, 22 Mar 2021 22:02:10 -0700 Subject: [PATCH] Add description itemprop --- _includes/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/post.html b/_includes/post.html index 393d298..1487e21 100644 --- a/_includes/post.html +++ b/_includes/post.html @@ -1,6 +1,6 @@

{{ include.post.title }}

-

{% if include.post.author %}By on {% endif %}{% if include.post.updated %}. Last updated on {% endif %}{% if include.post.comments %}. {% endif %}

+

{% if include.post.author %}By on {% endif %}{% if include.post.updated %}. Last updated on {% endif %}{% if include.post.comments %}. {% endif %}

{% if page.type == "home" and site.excerpts %} {{ include.post.excerpt | markdownify }}