balaramadurai / hugo-travelify-theme

Port of Aigars Silkalns's Wordpress theme Travelify to Hugo. Demo -
http://balaramadurai.github.io
MIT License
39 stars 27 forks source link

Links to tags/categories now respect permalink configuration #31

Closed sandipb closed 4 years ago

sandipb commented 4 years ago

Blog configuration can be modified to have different link permalink layout.

e.g. in the [permalinks] section, categories can be set up in these different ways:

The widgets for categories and tag_cloud were hardcoding the permalinks URL. This fix will make the URL respect permalink configuration.

Inspired from this hugo forum conversation:

https://discourse.gohugo.io/t/how-to-get-permalink-of-taxonomies-in-templates/12927/15

balaramadurai commented 4 years ago

Thanks @sandipb for your help. Looks good for a merge.