Make a titleized slug the default post title

This commit is contained in:
2025-06-16 20:18:05 -07:00
parent 09918abe97
commit d1b37461e0
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>