update blog

This commit is contained in:
oiseauroch
2023-05-06 20:30:36 +02:00
parent 162e87ebda
commit 09112f856c
38 changed files with 270 additions and 59 deletions

View File

@@ -58,11 +58,12 @@
</a>
<div class="navbar-dropdown">
{% for site in config.extra.friend_sites %}
<a class="navbar-item" href="{{ site.url }}">
{{ site.name }}
{% set friend_sites = get_section(path="blog_amis/_index.md") %}
{% for page in friend_sites.pages %}
<a class="navbar-item" href="{{ page.extra.url }}">
{{ page.extra.short_title }}
</a>
{% endfor %}
{% endfor %}
</div>
</div>
<a class="navbar-item" href="https://yuno.oiseauroch.fr/gitea">
@@ -81,6 +82,9 @@
<div>
<div style="margin: 100px"></div>
{% block header %}
{% endblock %}
<div class="container mt-6">
{% block content %}
{% endblock %}