improve seo
This commit is contained in:
parent
9164e1acd8
commit
5b23d22667
3 changed files with 33 additions and 5 deletions
|
|
@ -1,5 +1,26 @@
|
|||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1, shrink-to-fit=no"
|
||||
/>
|
||||
<meta
|
||||
name="description"
|
||||
content="{{ with .Description }}
|
||||
{{ . }}
|
||||
{{ else }}
|
||||
{{ with .Summary }}
|
||||
{{ . }}
|
||||
{{ else }}
|
||||
{{ .Site.Params.description }}
|
||||
{{ end }}
|
||||
{{ end }}"
|
||||
/>
|
||||
<meta name="author" content="{{ .Site.Params.author }}" />
|
||||
{{ with .Keywords }}
|
||||
<meta name="keywords" content="{{ delimit . ", " }}" />
|
||||
{{ end }}
|
||||
|
||||
|
||||
<link rel="icon" type="image/png" href="/favicon.png" />
|
||||
<title>
|
||||
{{ if .IsHome }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue