Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save revelt/3df759d8c5949698b356ec6d0e282fbe to your computer and use it in GitHub Desktop.
Save revelt/3df759d8c5949698b356ec6d0e282fbe to your computer and use it in GitHub Desktop.
When your Hugo taxonomy term consists of multiple words, it will be shown with dashes. Here's how to restore spaces.
<a href="/categories/{{ $name | urlize }}">{{ replace $name "-" " " }}</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment