Files
hugo/layouts/partials/page-title.html
T
2017-03-01 01:15:23 -06:00

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>