diff --git a/_src/_includes/articles.html b/_src/_includes/articles.html index a985fb09..1b7717d6 100644 --- a/_src/_includes/articles.html +++ b/_src/_includes/articles.html @@ -15,7 +15,7 @@ {{ post.content | markdownify }}

Go to source - +

@@ -39,13 +39,13 @@
-

{{ post.title | titlecase }}

+

{{ post.title | titlecase }}

{% if post.image %} - + {% picture {{ post.image }} class="teaser" %} {% endif %} @@ -64,7 +64,7 @@
diff --git a/_src/_includes/head.html b/_src/_includes/head.html index d14c451d..e56667dd 100644 --- a/_src/_includes/head.html +++ b/_src/_includes/head.html @@ -54,7 +54,7 @@ {% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' | strip_slash }}{% endif %}{% endcapture %} - + {% if page.style %} diff --git a/_src/_layouts/link.html b/_src/_layouts/link.html index 2757a2fe..847794ba 100644 --- a/_src/_layouts/link.html +++ b/_src/_layouts/link.html @@ -18,7 +18,7 @@ layout: base {{ content }}

Go to source - +