feat: add Atom feed
This commit is contained in:
parent
f997e5d16e
commit
97c261ac29
3 changed files with 15 additions and 0 deletions
|
|
@ -16,6 +16,15 @@
|
|||
<li>
|
||||
<a href="{{ get_url(path='@/a-propos.md') }}">À propos</a>
|
||||
</li>
|
||||
<li class="menu-icons-container">
|
||||
<ul class="menu-icons-group">
|
||||
<li>
|
||||
<div role="button" class="rss-feed-button menu-icon">
|
||||
<span><a href="{{ get_url(path='atom.xml') }}""></a></span>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue