From 9b6eeba81ec990ff145b30811b144875bd83e532 Mon Sep 17 00:00:00 2001 From: robschia Date: Sat, 6 Dec 2014 00:32:05 +0100 Subject: [PATCH 1/3] Added basic microdata --- lib/site_template/_layouts/post.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/site_template/_layouts/post.html b/lib/site_template/_layouts/post.html index a2b4e52f..deeeb1f0 100644 --- a/lib/site_template/_layouts/post.html +++ b/lib/site_template/_layouts/post.html @@ -1,14 +1,14 @@ --- layout: default --- -
+
>
-

{{ page.title }}

- +

{{ page.title }}

+
-
+
{{ content }}
From ed9cc80ff94889b9ee2ee461c1df647d06a719d7 Mon Sep 17 00:00:00 2001 From: robschia Date: Sat, 6 Dec 2014 00:49:04 +0100 Subject: [PATCH 2/3] Update post.html --- lib/site_template/_layouts/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/site_template/_layouts/post.html b/lib/site_template/_layouts/post.html index deeeb1f0..ed4a98b1 100644 --- a/lib/site_template/_layouts/post.html +++ b/lib/site_template/_layouts/post.html @@ -1,7 +1,7 @@ --- layout: default --- -
> +

{{ page.title }}

From 59acdaab9a5270d8e97deaefb38ee185c8a19f4a Mon Sep 17 00:00:00 2001 From: robschia Date: Mon, 8 Dec 2014 19:46:49 +0100 Subject: [PATCH 3/3] Fixed itemprop="author name" You are right, I tried to oversimplify it. Also, {{ page.date | %Y-%m-%d }} doesn't output what I expected. I think it's fixed now, I tried the code with a couple of validators and everything seems fine. --- lib/site_template/_layouts/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/site_template/_layouts/post.html b/lib/site_template/_layouts/post.html index ed4a98b1..5a072b3e 100644 --- a/lib/site_template/_layouts/post.html +++ b/lib/site_template/_layouts/post.html @@ -5,7 +5,7 @@ layout: default

{{ page.title }}

- +