zjedi / hugo-scroll

Clean, responsive, single-page Hugo website theme.
https://themes.gohugo.io/hugo-scroll/
MIT License
256 stars 187 forks source link

Fix #173: `tel:` link is now handled correctly by Hugo #174

Closed filippofontana closed 3 months ago

filippofontana commented 3 months ago

The safeURL function is required to insert URLs that are different than http:, https: and mailto: (e.g. tel:) through the Hugo templating system.

Additionally, an example about how to add new contacts is added in the config.toml of exampleSite.

filippofontana commented 3 months ago

Wait, I forgot to add the fix also for the contact section, can you undo this pull request or do I need to create a new one?

zjedi commented 3 months ago

open another, reverting is extra work if the fix is around the corner