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

13 lines
309 B
HTML

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