_layouts/post.html in quattle-1.5.0 vs _layouts/post.html in quattle-1.5.1
- old
+ new
@@ -22,11 +22,12 @@
<a href="{{site.baseurl}}/categories/#{{category|slugize}}">{{category}}</a>{% unless forloop.last %},{% endunless %}
{% endfor %}
{%- if page.last_modified_at -%}
<br><i>Last updated on: {{ page.last_modified_at | date_to_long_string: "ordinal", "US" }}</i>
{%- endif -%}
- </time>{% if page.link %}<span class="external-link">⌘ External Link</span>{% endif %}
+ <br><span class="author">{% include author.html %}</span>
+ </time>
{{ content | smartify }}
<br><br>
<div class="tag-list">
@@ -40,14 +41,15 @@
{% unless forloop.last %} {% endunless %}
{% endfor %}
</div>
{% if page.link %}
+ <br>
<span class="source" role="doc-endnotes">
source: <a href="{{ page.link }}">{{ page.link | remove:'http://' | remove:'www.' | remove:'https://' | split:'/' | first }}</a>
</span><br>
{% endif %}
- <br><br>
+ <br>
</article>
<div class="PageNavigation">
{% if page.previous.url %}