mirror of https://github.com/jpanther/congo.git
🚧 Remove redundant `else` block
parent
c514283044
commit
25f82b2f28
|
@ -122,7 +122,6 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ with $.Params.externalUrl }}
|
{{ with $.Params.externalUrl }}
|
||||||
<meta http-equiv="refresh" content="0; url={{ . }}" />
|
<meta http-equiv="refresh" content="0; url={{ . }}" />
|
||||||
{{ else }}
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{/* Social */}}
|
{{/* Social */}}
|
||||||
{{ template "_internal/opengraph.html" . }}
|
{{ template "_internal/opengraph.html" . }}
|
||||||
|
|
Loading…
Reference in New Issue