From 08d3c86e94142c4efe6e6f089bf652c6a223107a Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 19 Sep 2018 00:54:27 +0400 Subject: Added micro-markup 'Schema.org' for posts Signed-off-by: Valentin Popov --- _layouts/post.html | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) (limited to '_layouts') diff --git a/_layouts/post.html b/_layouts/post.html index 952b9f6..ece8fe4 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,15 +2,32 @@ layout: default --- -
+
+ + + + - {{ content }} + + + + + + + +
+ {{ content }} +
+ {% include disqus.html %} -
+
\ No newline at end of file -- cgit v1.2.3