Skip to content

Commit

Permalink
Merge pull request #97 from timfanda35/features/category/add-trailing…
Browse files Browse the repository at this point in the history
…-slash

feat(category): add trailing slash to term page link
  • Loading branch information
timfanda35 authored Jun 4, 2024
2 parents c077cdd + 5872fb4 commit b9db08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/simplecss/layouts/_default/terms.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{{ range $key, $value := .Data.Terms }}
<li class="taxonomy-list-item">
<p class="title" style="font-size: x-large;">
<a href="/{{ $data.Plural }}/{{ $key | urlize }}">{{ $key }}</a><span>({{ len $value }})</span>
<a href="/{{ $data.Plural }}/{{ $key | urlize }}/">{{ $key }}</a><span>({{ len $value }})</span>
</p>
<ul>
{{ range $page := $value }}
Expand Down

0 comments on commit b9db08b

Please sign in to comment.