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