File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<!doctype html>
2
2
< html lang ="{{ .Site.Language.Lang }} " class ="no-js ">
3
3
< head >
4
- {{ partial "head.html" . }}
5
- < title > {{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{ . }} | {{ end }}{{ .Site.Title }}{{ end }}</ title >
6
- < script defer src ="https://use.fontawesome.com/releases/v5.0.6/js/all.js "> </ script >
7
4
{{ with .Params.canonicalUrl }}
8
5
< link rel ="canonical " href ="{{ . }} ">
9
6
{{ end }}
7
+ {{ partial "head.html" . }}
8
+ < title > {{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{ . }} | {{ end }}{{ .Site.Title }}{{ end }}</ title >
9
+ < script defer src ="https://use.fontawesome.com/releases/v5.0.6/js/all.js "> </ script >
10
10
</ head >
11
11
< body class ="td-{{ .Kind }} td-blog ">
12
12
< header >
You can’t perform that action at this time.
0 commit comments