blog/_layouts/page.html
2024-06-11 12:17:26 +02:00

14 lines
310 B
HTML

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