mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-28 19:43:31 +08:00
Merge bf874c32d1
into 9e6b7b22a9
This commit is contained in:
commit
ef6496733e
@ -8,7 +8,11 @@
|
|||||||
{{- $title := partial "data/title" . -}}
|
{{- $title := partial "data/title" . -}}
|
||||||
<title>{{ $title }}</title>
|
<title>{{ $title }}</title>
|
||||||
|
|
||||||
<link rel='canonical' href='{{ .Permalink }}'>
|
{{ if .Params.canonicalurl }}
|
||||||
|
<link rel="canonical" href="{{ .Params.canonicalurl }}">
|
||||||
|
{{ else }}
|
||||||
|
<link rel="canonical" href="{{ .Permalink }}">
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
{{- partial "head/style.html" . -}}
|
{{- partial "head/style.html" . -}}
|
||||||
{{- partial "head/script.html" . -}}
|
{{- partial "head/script.html" . -}}
|
||||||
|
Loading…
Reference in New Issue
Block a user