summaryrefslogtreecommitdiff
path: root/source/_layouts/blog.html
diff options
context:
space:
mode:
authorPrefetch2022-10-19 20:03:25 +0200
committerPrefetch2022-10-19 22:01:14 +0200
commite5b9bce79b68a68ddd2e51daa16d2fea73b84fdb (patch)
treef304894ace9d5da35f08127c4597485511b8a160 /source/_layouts/blog.html
parent6ce0bb9a8f9fd7d169cbb414a9537d68c5290aae (diff)
Polish presentation, "fix" Unicode sorting
Diffstat (limited to 'source/_layouts/blog.html')
-rw-r--r--source/_layouts/blog.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/_layouts/blog.html b/source/_layouts/blog.html
index 4049297..7a41ff9 100644
--- a/source/_layouts/blog.html
+++ b/source/_layouts/blog.html
@@ -2,7 +2,7 @@
layout: "default"
---
-<h1>{{ page.title }}</h1>
+<h1>{{ page.title | smartify }}</h1>
{{ content | toc_only }}
{{ content | inject_anchors }}