mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-02 19:52:38 +00:00
7 lines
274 B
HTML
7 lines
274 B
HTML
<h1 class="page-title {{.Section}}" id="{{with .LinkTitle}}{{. | urlize}}{{else}}{{ .Title | urlize }}{{end}}">
|
|
{{- if eq .Section "functions" -}}
|
|
{{- replace (.LinkTitle) "and" "<em>and</em>" | safeHTML -}}
|
|
{{- else -}}
|
|
{{- .Title | markdownify -}}
|
|
{{- end -}}
|
|
</h1> |