mirror of
https://github.com/tiennm99/hugoDocs.git
synced 2026-09-13 02:19:09 +00:00
9 lines
336 B
HTML
9 lines
336 B
HTML
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
{{$st := .Site.Title}}
|
|
{{- if eq .Section "functions" -}}
|
|
<title>{{.LinkTitle}} | {{$st}}</title>
|
|
{{- else -}}
|
|
<title>{{.Title}}{{if not .IsHome}} | {{$st}}{{end}}</title>
|
|
{{- end -}}
|
|
<meta name="description" content="{{ .Description }}" /> |