meta description
This commit is contained in:
parent
09e274a481
commit
f17a37183a
2 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>michael's blog</title>
|
<title>michael's blog</title>
|
||||||
|
|
||||||
|
{{ block "headExtra" . }}{{ end }}
|
||||||
|
|
||||||
{{ $style := resources.Get "sass/main.scss" | resources.ToCSS }}
|
{{ $style := resources.Get "sass/main.scss" | resources.ToCSS }}
|
||||||
<link rel="stylesheet" href="{{ $style.RelPermalink }}" />
|
<link rel="stylesheet" href="{{ $style.RelPermalink }}" />
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
{{- define "headExtra" -}}
|
||||||
|
<meta name="description" content="{{ .Summary }}" />
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
{{- define "content" -}}
|
{{- define "content" -}}
|
||||||
|
|
||||||
<a href="../">« back</a>
|
<a href="../">« back</a>
|
||||||
|
|
Loading…
Reference in a new issue