ref: 8f6f13104e0a3a8e7bdb8ec4de4d8a2af7e1048d
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 }}