blog/_layouts/page.html

15 lines
332 B
HTML
Raw Permalink Normal View History

2024-06-11 12:17:26 +02:00
---
layout: default
---
<header>
{% include horizontal_list.html collection=site.data.home.navbar_entries %}
<div class="dashed"></div>
2024-09-09 19:23:39 +02:00
<h1>{{ page.title | default: site.title }}</h1>
2024-06-11 12:17:26 +02:00
{% if site.theme_config.show_description == true %}
<p>{{ site.description }}</p>
{% endif %}
</header>
{{ content }}