generated from inherentlee/11ty
remove old header/footer content, add hero to page template, update img transform plugin
This commit is contained in:
@ -4,4 +4,6 @@ layout: base.njk
|
||||
|
||||
<h1>{{ title }}</h1>
|
||||
|
||||
<img src="{{ data.hero.src }}" alt="{{ data.hero.alt }}">
|
||||
|
||||
{{ content | safe }}
|
||||
|
||||
Reference in New Issue
Block a user