diff --git a/_includes/navigation.html b/_includes/navigation.html index 25795f6..4958bfe 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -1,5 +1,5 @@ {% endif %} -{% if page.image.feature %}
+{% if page.image.feature %}
- +
-{% else %}
+{% else %}
- +

{{ site.title }}

{{ site.description }}

diff --git a/_layouts/page.html b/_layouts/page.html index 25ac78b..691c157 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -7,18 +7,18 @@ {% include head.html %} - + {% include navigation.html %} -
-
- {% if page.image.feature %}{{ page.title }}{% if page.image.credit %}

Photo Credit: {{ page.image.credit }}{% endif %}{% endif %} +

+
+ {% if page.image.feature %}{{ page.title }}{% if page.image.credit %}

Photo Credit: {{ page.image.credit }}{% endif %}{% endif %}

-

{% if page.headline %}{{ page.headline }}{% else %}{{ page.title }}

{% endif %} +

{% if page.headline %}{{ page.headline }}{% else %}{{ page.title }}

{% endif %}
-
+
{{ content }}
diff --git a/_layouts/post.html b/_layouts/post.html index b3610b3..1c7274b 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -7,29 +7,29 @@ {% include head.html %} - + {% include navigation.html %} -
-
- {% if page.image.feature %}{{ page.title }}{% if page.image.credit %}

Photo Credit: {{ page.image.credit }}{% endif %}{% endif %} +

+
+ {% if page.image.feature %}{{ page.title }}{% if page.image.credit %}

Photo Credit: {{ page.image.credit }}{% endif %}{% endif %}

- + {% if page.link %} -

{% if page.headline %}{{ page.headline }}{% else %}{{ page.title }}{% endif %}

+

{% if page.headline %}{{ page.headline }}{% else %}{{ page.title }}{% endif %}

{% else %} -

{% if page.headline %}{{ page.headline }}{% else %}{{ page.title }}{% endif %}

+

{% if page.headline %}{{ page.headline }}{% else %}{{ page.title }}{% endif %}

{% endif %}
{{ site.owner.name }} photo - - - {% if page.modified %}{% endif %} + By {{ site.owner.name }} + + {% if page.modified %}{% endif %} {% if site.disqus_shortname and page.comments %} Comment{% endif %} - + Permalink {% if page.share %} @@ -39,7 +39,7 @@ +1 {% endif %}
-
+
{{ content }} {% if site.disqus_shortname and page.comments %}
{% endif %}
diff --git a/tags.html b/tags.html index d181f20..5d2675a 100644 --- a/tags.html +++ b/tags.html @@ -25,7 +25,7 @@ description: "An archive of posts sorted by tag." {% for post in pages_list %} {% if post.title != null %} {% if group == null or group == post.group %} -
  • {{ post.title }}
  • +
  • {{ post.title }}
  • {% endif %} {% endif %} {% endfor %}