Rename template helper

This commit is contained in:
2025-06-16 20:18:05 -07:00
parent 16795a92ee
commit 4f7980256d
2 changed files with 2 additions and 2 deletions

View File

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