corrected tag issue on single and corrected rss link

This commit is contained in:
James Tombleson 2022-10-19 09:26:25 -07:00
parent 8ff83e5a12
commit 28c95edacb
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
{{ range . }}
<button class="button">
<a href="{{ " tags" | absURL }}/{{ . | urlize }}">{{ . }}</a>
<a href="{{ "tags" | absURL }}/{{ . | urlize }}">{{ . }}</a>
</button>
{{ end }}

View File

@ -15,7 +15,7 @@
<a class="navbar-item" href="{{ .Site.BaseURL }}recipes">Recipes</a>
<a class="navbar-item" href="{{ .Site.BaseURL }}tags">Tags</a>
<a class="navbar-item" href="{{ .Site.BaseURL }}categories">Categories</a>
<a class="navbar-item" href="{{ .Site.BaseURL }}recipies/index.xml">RSS Feed</a>
<a class="navbar-item" href="{{ .Site.BaseURL }}index.xml">RSS Feed</a>
</div>
</div>
</nav>