update blog
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user