Add description to base template
This commit is contained in:
parent
e11e6bfc71
commit
ce4b4c069c
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
|||
<meta charset="utf-8" />
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
{{ with .Description }}
|
||||
<meta name="description" content="{{ . }}" />
|
||||
{{ end }}
|
||||
<title>{{ .Title }} - {{ .Site.Title }}</title>
|
||||
{{ $twbssass := resources.Get "styles/mix-twbs.scss" | resources.ToCSS | minify | resources.PostProcess }}
|
||||
<link href="{{ $twbssass.Permalink }}" rel="stylesheet" />
|
||||
|
|
Loading…
Reference in a new issue