Infra, part 2
All checks were successful
/ build (push) Successful in 55s

This commit is contained in:
chapeau 2024-09-09 19:23:39 +02:00
parent ef47aabb4f
commit 6d93387ec2
2 changed files with 4 additions and 1 deletions

View file

@ -5,6 +5,9 @@ navbar_entries:
- title: blog
url: /blog.html
- title: infra
url: /infra.html
- title: à propos
url: /about.html

View file

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