14 lines
310 B
HTML
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 }}
|