Reinit marzipano
All checks were successful
Marzipano Prod / Produktivumgebung (push) Successful in 2m11s
All checks were successful
Marzipano Prod / Produktivumgebung (push) Successful in 2m11s
This commit is contained in:
12
layouts/index.html
Normal file
12
layouts/index.html
Normal file
@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>{{ "/tour" | absURL }}/</title>
|
||||
<link rel="canonical" href="{{ `/tour` | absURL }}" />
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="refresh" content="0; url={{ `/tour` | absURL }}" />
|
||||
</head>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user