Skip to content
Commits on Source (2)
image: registry.gitlab.com/pages/hugo:0.73.0 image: registry.gitlab.com/pages/hugo:0.101.0
variables: variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
......
...@@ -61,14 +61,6 @@ ...@@ -61,14 +61,6 @@
} }
</script> </script>
{{ end }} {{ end }}
{{ if not .Site.IsServer }}
<script type="text/javascript">
if (location.hostname != "silence.im") {
window.location.replace("https://silence.im" + window.location.pathname);
}
</script>
{{ end }}
{{ partial "banner" . }} {{ partial "banner" . }}
......