mirror of
https://github.com/kubesphere/website.git
synced 2025-12-25 15:32:54 +00:00
parent
7efa597aa4
commit
6bd857191a
|
|
@ -6,8 +6,17 @@
|
|||
(hasPrefix .RelPermalink "/docs/v4.1") }}
|
||||
|
||||
{{ if $disabled }}
|
||||
{{ .Render "404" }}
|
||||
{{ .Scratch.Set "renderEnabled" false }}
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="0; url=/404.html">
|
||||
<script>window.location = '/404.html';</script>
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta http-equiv="Cache-Control" content="no-store">
|
||||
</head>
|
||||
<body></body>
|
||||
</html>
|
||||
{{ return }}
|
||||
{{ end }}
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
|
|
|||
Loading…
Reference in New Issue