This commit is contained in:
parent
ef47aabb4f
commit
6d93387ec2
2 changed files with 4 additions and 1 deletions
|
@ -5,6 +5,9 @@ navbar_entries:
|
||||||
- title: blog
|
- title: blog
|
||||||
url: /blog.html
|
url: /blog.html
|
||||||
|
|
||||||
|
- title: infra
|
||||||
|
url: /infra.html
|
||||||
|
|
||||||
- title: à propos
|
- title: à propos
|
||||||
url: /about.html
|
url: /about.html
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ layout: default
|
||||||
{% include horizontal_list.html collection=site.data.home.navbar_entries %}
|
{% include horizontal_list.html collection=site.data.home.navbar_entries %}
|
||||||
<div class="dashed"></div>
|
<div class="dashed"></div>
|
||||||
|
|
||||||
<h1>{{ site.title }}</h1>
|
<h1>{{ page.title | default: site.title }}</h1>
|
||||||
{% if site.theme_config.show_description == true %}
|
{% if site.theme_config.show_description == true %}
|
||||||
<p>{{ site.description }}</p>
|
<p>{{ site.description }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue