Wolfspyre Labs ๐บ๐ฅ๐ฌ/ Snippits & Exemplars/ Hugo Exemplars/ Hugo Native Shortcodes/ Ref/ Ref Hugo has several built-in shortcodes. Lets go over them here: Ref Takes a file path in the Hugo website and provides an absolute link to that file. If the url or slug is overridden in the front matter of a page, the ref shortcode follows the newly provided location. Expand โ > `[Neat]({{* ref "blog/neat.md" */>}})` results in: ```html {linenos=false} Neat /a> ```