From e2e01bdbb89251a1439b6d05cb80b59891282215 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Wed, 15 Jan 2014 15:09:59 -0500 Subject: [PATCH] Remove schema.org references to simplify markup --- _layouts/home.html | 12 ++++++------ _layouts/page.html | 12 ++++++------ _layouts/post-index.html | 12 ++++++------ _layouts/post.html | 16 ++++++++-------- 4 files changed, 26 insertions(+), 26 deletions(-) diff --git a/_layouts/home.html b/_layouts/home.html index 24e7687..f889e35 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -7,14 +7,14 @@ {% include _head.html %} - + {% include _browser-upgrade.html %} {% include _navigation.html %} {% if page.image.feature %}
- {{ page.title }} feature image + {{ page.title }} feature image {% if page.image.credit %}Photo Credit: {{ page.image.credit }}{% endif %}
{% endif %} @@ -22,12 +22,12 @@ {% include _author-bio.html %} -
+

Articles

{% for post in site.posts limit:5 %} -
-

{{ post.title }}

-

{% if post.description %}{{ post.description }}{% else %}{{ post.content | strip_html | strip_newlines | truncate: 120 }}{% endif %}

+
+

{{ post.title }}

+

{% if post.description %}{{ post.description }}{% else %}{{ post.content | strip_html | strip_newlines | truncate: 120 }}{% endif %}

{% endfor %}
diff --git a/_layouts/page.html b/_layouts/page.html index 371197d..ae3ad7f 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -7,24 +7,24 @@ {% include _head.html %} - + {% include _browser-upgrade.html %} {% include _navigation.html %} {% if page.image.feature %}
- {{ page.title }} feature image + {{ page.title }} feature image {% if page.image.credit %}Photo Credit: {{ page.image.credit }}{% endif %}
{% endif %} -
+
-
-

{{ page.title }}

-
+
+

{{ page.title }}

+
{{ content }}
diff --git a/_layouts/post-index.html b/_layouts/post-index.html index ffea18e..50f32c2 100644 --- a/_layouts/post-index.html +++ b/_layouts/post-index.html @@ -7,7 +7,7 @@ {% include _head.html %} - + {% include _browser-upgrade.html %} @@ -22,8 +22,8 @@ {% include _author-bio.html %}
-
-

{{ page.title }}

+
+

{{ page.title }}

{% for post in site.posts %} {% unless post.next %}

{{ post.date | date: '%Y' }}

@@ -34,9 +34,9 @@

{{ post.date | date: '%Y' }}

{% endif %} {% endunless %} -
-

{{ post.title }}

-

{% if post.description %}{{ post.description }}{% else %}{{ post.content | strip_html | strip_newlines | truncate: 120 }}{% endif %}

+
+

{{ post.title }}

+

{% if post.description %}{{ post.description }}{% else %}{{ post.content | strip_html | strip_newlines | truncate: 120 }}{% endif %}

{% endfor %}
diff --git a/_layouts/post.html b/_layouts/post.html index a91f9a8..3e55af8 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -7,34 +7,34 @@ {% include _head.html %} - + {% include _browser-upgrade.html %} {% include _navigation.html %} {% if page.image.feature %}
- {{ page.title }} feature image + {{ page.title }} feature image {% if page.image.credit %}Photo Credit: {{ page.image.credit }}{% endif %}
{% endif %} -
+
-
+
-

{{ page.title }}

+

{{ page.title }}

{{ page.tagline }}

-
+
{{ content }}
- +
@@ -66,4 +66,4 @@ {% include _scripts.html %} - + \ No newline at end of file -- 2.45.2