feat: Demoted author to a param.

This commit is contained in:
Spencer Brower
2026-07-21 10:22:30 -04:00
parent bed7effd4b
commit cc42e694fd
6 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
<footer>
<p>&copy; {{now.year}} {{author}}</p>
</footer>
<p>&copy; {{now.year}} {{params.author.name}}</p>
</footer>