remove old header/footer content, add hero to page template, update img transform plugin

This commit is contained in:
2026-05-13 10:47:23 -07:00
parent 0ee858d00c
commit 5348f8fb6b
5 changed files with 8 additions and 27 deletions

View File

@ -4,4 +4,6 @@ layout: base.njk
<h1>{{ title }}</h1>
<img src="{{ data.hero.src }}" alt="{{ data.hero.alt }}">
{{ content | safe }}