File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 2
2
< link href ="{{ site.Params.favicon | relURL }} " rel ="shortcut icon " type ="image/x-icon " />
3
3
{{ end }}
4
4
5
+ < link rel ="canonical " href ="{{ .Permalink }} " />
6
+
7
+ {{ template "_internal/schema.html" . }}
8
+
5
9
{{ if eq .Type "posts" }}
6
- <!-- Page Author & Description -->
10
+ <!-- Page Author -->
7
11
< meta name ="author " content ="{{ if isset .Params "author " }}{{ .Params.author }}{{ else }}{{ site.Params.author }}{{ end }}" />
8
- < meta name ="description " content ="{{ .Summary | plainify }} " />
9
12
{{ else }}
10
- <!-- Site Author & Description -->
13
+ <!-- Site Author -->
11
14
< meta name ="author " content ="{{ site.Params.author }} " />
12
- < meta name ="description " content ="{{ site.Params.description }} " />
13
15
{{ end }}
14
16
15
- < link rel ="canonical " href ="{{ .Permalink }} " />
16
-
17
17
<!-- Open Graph -->
18
18
{{ template "_internal/opengraph.html" . }}
19
19
25
25
26
26
< link rel ="stylesheet " href ="{{ "css /output.css" | relURL }}" />
27
27
28
+ {{ if or site.Params.backgroundImage site.Params.backgroundImageDark }}
28
29
< style >
29
30
{{ if site .Params .backgroundImage }}
30
31
# dream-global-bg {
38
39
}
39
40
{{ end }}
40
41
</ style >
42
+ {{ end }}
You can’t perform that action at this time.
0 commit comments