mirror of
https://github.com/tiennm99/hugoDocs.git
synced 2026-09-19 20:23:39 +00:00
8 lines
202 B
HTML
8 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 }}
|