Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
bump Hugo version
· 166ab99a
Bastien Le Querrec
authored
Jul 18, 2022
166ab99a
do not redirect browser
· 21e9e1f0
Bastien Le Querrec
authored
Jul 18, 2022
21e9e1f0
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
21e9e1f0
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
...
...
layouts/_default/baseof.html
View file @
21e9e1f0
...
@@ -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" . }}
...
...