blog/_layouts/page.html

15 lines
310 B
HTML
Raw 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>
<h1>{{ site.title }}</h1>
{% if site.theme_config.show_description == true %}
<p>{{ site.description }}</p>
{% endif %}
</header>
{{ content }}