feat: add articles section
This commit is contained in:
parent
6aa8bdc754
commit
43c2e0853b
9 changed files with 67 additions and 24 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue