hugo

Fork of github.com/gohugoio/hugo with reverse pagination support

git clone git://git.shimmy1996.com/hugo.git

gh.html (333B)

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