ref: 2b0fad79b7d177ffd3c25ebd16aeda3ccdff0e7a
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 }}