ref: 4c596483e1d8f47ba54ff957df2c3b17fa91aebe
dir: /docs/layouts/shortcodes/gh.html/
{{ range .Params }} {{ if eq (substr . 0 1) "@" }} <a href="//github.com/{{ substr . 1 }}">{{ . }}</a> {{ else }} <a href="//github.com/spf13/hugo/issues/{{ . }}">#{{ . }}</a> {{ end }} {{ end }}