hugo

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

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

chroma-lexers.html (121B)

    1 <dl>
    2 {{  range .Site.Data.docs.chroma.lexers }}
    3 <dt>{{ .Name }}</dt>
    4 <dd>{{ delimit .Aliases ", " }}</dd>
    5 {{ end }}
    6 </dl>