diff --git a/_config.yml b/_config.yml index 48f6b9b1..84d02dec 100644 --- a/_config.yml +++ b/_config.yml @@ -20,7 +20,7 @@ email: m@kretschmann.io # Urls # -------------------- -permalink: /:title +permalink: /:title/ paginate: 15 paginate_path: "/page/:num" category_dir: "/" diff --git a/_src/_includes/articles.html b/_src/_includes/articles.html index 9489a6a7..db8618f1 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 fe76f556..e96d17f6 100644 --- a/_src/_includes/head.html +++ b/_src/_includes/head.html @@ -59,16 +59,15 @@ {% endif %} - - + + - {% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' }}{% endif %}{% endcapture %} - + diff --git a/_src/_includes/opengraph.html b/_src/_includes/opengraph.html index 06c75505..bfe6401a 100644 --- a/_src/_includes/opengraph.html +++ b/_src/_includes/opengraph.html @@ -19,8 +19,7 @@ {% endif %} {% if page.url %} - {% capture canonical %}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' }}{% endif %}{% endcapture %} - + {% endif %} {% if page.date %} diff --git a/_src/_includes/twittercards.html b/_src/_includes/twittercards.html index 9e108a63..b92fa12d 100644 --- a/_src/_includes/twittercards.html +++ b/_src/_includes/twittercards.html @@ -12,7 +12,7 @@ {% endif %} {% if page.url %} - + {% endif %} {% if page.description %} diff --git a/_src/_layouts/link.html b/_src/_layouts/link.html index 652dd1da..b6a73816 100644 --- a/_src/_layouts/link.html +++ b/_src/_layouts/link.html @@ -18,7 +18,7 @@ layout: base {{ content }}

Go to source - +