From 8698a276f937cb1cd6f67f7f213e2ea438500d7e Mon Sep 17 00:00:00 2001
From: Brandon Mathis
- {% if site.author or site.author == page.author %}
-
- {% elsif page.author %}
-
+ {% if index %}
+ {{ page.title }}
- {{ page.title }}
+ {% else %}
+ {{ page.title }}
+ {% endif %}
+ {% unless page.nometa %}
+ {% if page.author %}
+ {% assign author = page.author %}
+ {% else %}
+ {% assign author = site.author %}
{% endif %}
- {% if page.date %}
-
- {% endif %}
- {% if page.updated %}
-
- {% endif %}
-
+ {% if author %} + + {% endif %} + {% if page.date %} + + {% endif %} + {% if page.updated %} + + {% endif %} +
+ {% endunless %} {% if index %}