blog/_layouts/page.html
chapeau 6d93387ec2
All checks were successful
/ build (push) Successful in 55s
Infra, part 2
2024-09-09 19:23:39 +02:00

14 lines
332 B
HTML

---
layout: default
---
<header>
{% include horizontal_list.html collection=site.data.home.navbar_entries %}
<div class="dashed"></div>
<h1>{{ page.title | default: site.title }}</h1>
{% if site.theme_config.show_description == true %}
<p>{{ site.description }}</p>
{% endif %}
</header>
{{ content }}