@ -9,17 +9,17 @@ single: true
< footer >
< footer >
< p class = "meta" >
< p class = "meta" >
{% include post/author.html %}
{% include post/author.html %}
{% include post/date.html %}{% if updated %}{{ updated }}{% else %}{ { time }}{% endif %}
{% include post/date.html %}{{ time }}
{% include post/categories.html %}
{% include post/categories.html %}
< / p >
< / p >
{% unless page.sharing == false %}
{% unless page.sharing == false %}
{% include post/sharing.html %}
{% include post/sharing.html %}
{% endunless %}
{% endunless %}
< p class = "meta" >
< p class = "meta" >
{% if page.previous.url %}
{% if page.previous.url %}
< a class = "basic-alignment left" href = "{{page.previous.url}}" title = "Previous Post: {{page.previous.title}}" > « {{page.previous.title}}< / a >
< a class = "basic-alignment left" href = "{{page.previous.url}}" title = "Previous Post: {{page.previous.title}}" > « {{page.previous.title}}< / a >
{% endif %}
{% endif %}
{% if page.next.url %}
{% if page.next.url %}
< a class = "basic-alignment right" href = "{{page.next.url}}" title = "next Post: {{page.next.title}}" > {{page.next.title}} » < / a >
< a class = "basic-alignment right" href = "{{page.next.url}}" title = "next Post: {{page.next.title}}" > {{page.next.title}} » < / a >
{% endif %}
{% endif %}
< / p >
< / p >