mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
f363faadab
to make it more readily recognizable.
7 lines
202 B
HTML
7 lines
202 B
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 }}
|