From 6ea3e804d47e8d73cd0333172923c5cc67093062 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Sun, 25 Aug 2013 00:09:39 -0400 Subject: [PATCH] Fix structured data errors --- _layouts/post.html | 6 +++--- index.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 1acc6f0..ae71f16 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -37,9 +37,9 @@ {% if site.disqus_shortname and page.comments %}
{% endif %} diff --git a/index.html b/index.html index dfcbe0e..cb02c4c 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ image: {% for post in paginator.posts %}
- + {% if post.link %}

{{ post.title }}

{% else %}