Skip to content

Commit

Permalink
chore: Remove potentially misleading link
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillbobyrev committed May 13, 2023
1 parent 72ebeec commit 903c755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/taxonomy/term.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
{{ end }}
</ul>
<p>
Filtered by <a href="{{ .Site.BaseURL }}/tags/{{ $tag | urlize }}">#{{ $tag }}</a> &mdash; <a href="{{ .Site.BaseURL }}/blog">back to all posts</a>
Filtered by <a href="{{ .Site.BaseURL }}/tags/{{ $tag | urlize }}">#{{ $tag }}</a>
</p>
{{ end }}

0 comments on commit 903c755

Please sign in to comment.