Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #23 from sams96/tag-link-fix
Browse files Browse the repository at this point in the history
Fixed broken link on tags with spaces
  • Loading branch information
Mitrichius committed Apr 1, 2020
2 parents 7273a58 + ce1b32b commit 43d588d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/articleInfoFull.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
{{ if .Params.tags }}
<ul class="article-tags">
{{ range .Params.tags }}
<li><a href="{{ "tags/" | absURL }}{{ . }}">#{{ . }}</a></li>
<li><a href="{{ "tags/" | absURL }}{{ . | urlize}}">#{{ . }}</a></li>
{{ end }}
</ul>
{{ end }}
</div>
</div>
</div>

0 comments on commit 43d588d

Please sign in to comment.