diff --git a/source/_layouts/default.html b/source/_layouts/default.html index 5523ac1..629468d 100644 --- a/source/_layouts/default.html +++ b/source/_layouts/default.html @@ -5,7 +5,7 @@
- {{ content | expand_urls: root_url | backtick_codeblock | smart_quotes }} + {{ content | expand_urls: root_url }}
diff --git a/source/_layouts/page.html b/source/_layouts/page.html index 665e753..dbf209c 100644 --- a/source/_layouts/page.html +++ b/source/_layouts/page.html @@ -7,7 +7,7 @@ layout: default {% if page.title %}

{{ page.title | titlecase }}

- {% if page.date %}

{% include post/date.html %}

{% endif %} + {% if page.date %}

{% include post/date.html %}{{ time }}

{% endif %}
{% endif %} {{ content }} @@ -15,7 +15,7 @@ layout: default