Make a titleized slug the default post title

This commit is contained in:
2025-05-16 23:27:03 -07:00
parent 20477d99fb
commit 0bbf998ebb
3 changed files with 13 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ $wrap{"blog"}
<article>
<header>
<div>
<h2>$(title or id)</h2>
<h2>$(title or to_title(id))</h2>
<time>$publish_date</time>
</div>
</header>