Merge commit 'dd78d5b23fe597f4461aa4199401b4e07c0612e2' as 'docs'

This commit is contained in:
Bjørn Erik Pedersen
2017-06-26 20:46:06 +02:00
491 changed files with 27233 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{{ range .Params }}
{{ if eq (substr . 0 1) "@" }}
<a href="//github.com/{{ substr . 1 }}">{{ . }}</a>
{{ else if eq (substr . 0 2) "0x" }}
<a href="//github.com/gohugoio/hugo/commit/{{ substr . 2 }}">{{ substr . 2 6 }}</a>
{{ else }}
<a href="//github.com/gohugoio/hugo/issues/{{ . }}">#{{ . }}</a>
{{ end }}
{{ end }}