{{ post.title | titlecase }}
+{{ post.title | titlecase }}
Go to source - ∞ + ∞
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 @@Go to source - ∞ + ∞