Reinit marzipano
All checks were successful
Marzipano Prod / Produktivumgebung (push) Successful in 2m11s

This commit is contained in:
2024-10-02 20:01:42 +02:00
commit 4de399a7cf
28615 changed files with 89172 additions and 0 deletions

12
layouts/index.html Normal file
View 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>