mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
6 lines
154 B
HTML
6 lines
154 B
HTML
<dl>
|
|
{{ range .Site.Data.docs.chroma.lexers }}
|
|
<dt>{{ .Name }}</dt>
|
|
<dd>{{ with .Aliases }}{{ delimit . ", " }}{{ end }}</dd>
|
|
{{ end }}
|
|
</dl>
|