docs: Re-integrate

This commit is contained in:
Bjørn Erik Pedersen
2017-08-10 17:17:07 +02:00
parent 9a2eb0f1d3
commit d384c661fe
584 changed files with 0 additions and 30105 deletions

View File

@@ -1,9 +0,0 @@
{{ 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/spf13/hugo/commit/{{ substr . 2 }}">{{ substr . 2 6 }}</a>
{{ else }}
<a href="//github.com/spf13/hugo/issues/{{ . }}">#{{ . }}</a>
{{ end }}
{{ end }}