feat: add articles section

This commit is contained in:
Ungol 2025-12-23 22:27:52 +01:00
parent 6aa8bdc754
commit 43c2e0853b
9 changed files with 67 additions and 24 deletions

View file

@ -1,15 +1,15 @@
<header>
<nav>
<div class="home-title">
<a href="{{ get_url(path='/') }}">{{ config.title }}</a>
<a href="/">{{ config.title }}</a>
</div>
<div class="nav-bar">
<ul class="nav-links">
<li>
<a href="/articles">Articles</a>
<a href="{{ get_url(path='@/articles/_index.md') }}">Articles</a>
</li>
<li>
<a href="/a-propos">À propos</a>
<a href="{{ get_url(path='@/a-propos.md') }}">À propos</a>
</li>
<li class="menu-icons-container">
<ul class="menu-icons-group">