added the rss to the navbar

This commit is contained in:
James Tombleson 2022-09-28 07:21:24 -07:00
parent 7499f9df29
commit 83f14e0e60
1 changed files with 2 additions and 0 deletions

View File

@ -9,10 +9,12 @@
</a>
</div>
<div id="navbarBasicExample" class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item" href="/recipies">Recipies</a>
<a class="navbar-item" href="/tags">Tags</a>
<a class="navbar-item" href="/recipies/index.xml">RSS Feed</a>
</div>
</div>
</nav>