Skip to content

Instantly share code, notes, and snippets.

@pdxmph
Created May 3, 2025 21:14
Show Gist options
  • Save pdxmph/5c1d786a4cfc985e34a3478c5241a01d to your computer and use it in GitHub Desktop.
Save pdxmph/5c1d786a4cfc985e34a3478c5241a01d to your computer and use it in GitHub Desktop.
Mastodon tags shortcode for Hugo
{{ $tags_list := index .Params 0 }}
{{ $tags := split $tags_list " " }}
<i class="fa-brands fa-mastodon"></i> {{ range $tags }}<a href="https://social.lol/tags/{{ substr . 1 }}">{{ . }}</a>&nbsp;{{ end }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment