You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gr...@apache.org on 2023/10/12 14:10:11 UTC

[logging-site] branch jekyll updated: added itemprop for schema

This is an automated email from the ASF dual-hosted git repository.

grobmeier pushed a commit to branch jekyll
in repository https://gitbox.apache.org/repos/asf/logging-site.git


The following commit(s) were added to refs/heads/jekyll by this push:
     new 9b66b77f added itemprop for schema
9b66b77f is described below

commit 9b66b77f6ba47bcce468a5557238968c74a86ce0
Author: Christian Grobmeier <cg...@grobmeier.de>
AuthorDate: Thu Oct 12 16:09:58 2023 +0200

    added itemprop for schema
---
 _layouts/post.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_layouts/post.html b/_layouts/post.html
index e1645e78..8bda9480 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -17,7 +17,7 @@
         {{ page.date | date_to_string }}
       </time>
       
-      {{content}}
+      <div itemprop="text">{{content}}</div>
     </div>
 
     {% include footer.html %}