Rename template helper

This commit is contained in:
2025-05-16 23:36:12 -07:00
parent b6a63698b9
commit 8fedd88624
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>