generated from inherentlee/11ty
fix some head content and fix image for page template
This commit is contained in:
@ -4,8 +4,8 @@ layout: base.njk
|
||||
|
||||
<h1>{{ title }}</h1>
|
||||
|
||||
{% if data.hero %}
|
||||
<img src="{{ data.hero.src }}" alt="{{ data.hero.alt }}">
|
||||
{% if hero %}
|
||||
<img src="{{ hero.src }}" alt="{{ hero.alt }}">
|
||||
{% endif %}
|
||||
|
||||
{{ content | safe }}
|
||||
|
||||
Reference in New Issue
Block a user