mirror of https://github.com/jpanther/congo.git
Compare commits
2 Commits
540443e710
...
d4044ef6c7
Author | SHA1 | Date |
---|---|---|
Wen Junhua | d4044ef6c7 | |
Wen Junhua | c514283044 |
|
@ -121,6 +121,10 @@
|
||||||
{{ with .Site.Params.verification.yandex }}
|
{{ with .Site.Params.verification.yandex }}
|
||||||
<meta name="yandex-verification" content="{{ . }}" />
|
<meta name="yandex-verification" content="{{ . }}" />
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
{{ with $.Params.externalUrl }}
|
||||||
|
<meta http-equiv="refresh" content="0; url={{ . }}" />
|
||||||
|
{{ else }}
|
||||||
|
{{ end }}
|
||||||
{{/* Social */}}
|
{{/* Social */}}
|
||||||
{{ template "_internal/opengraph.html" . }}
|
{{ template "_internal/opengraph.html" . }}
|
||||||
{{ template "_internal/twitter_cards.html" . }}
|
{{ template "_internal/twitter_cards.html" . }}
|
||||||
|
|
Loading…
Reference in New Issue