Merge pull request #17 from jtom38/features/tag-bugs

corrected tag issue on single and corrected rss link
This commit is contained in:
James Tombleson 2022-10-19 09:27:02 -07:00 committed by GitHub
commit 600842b0f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>