mirror of
https://github.com/GuerillaStudio/compteur-de-greve.git
synced 2024-12-18 05:41:56 +00:00
Add no index to prevent any mistake for now on
This commit is contained in:
parent
1210dde1d7
commit
ec7a593e24
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>{{ title }}</title>
|
<title>{{ title }}</title>
|
||||||
<link rel="stylesheet" href="{{ '/css/style.css' | url }}" />
|
<link rel="stylesheet" href="{{ '/css/style.css' | url }}" />
|
||||||
|
|
||||||
|
<!-- TODO: REMOVE IN PROD, but safer to have it for now -->
|
||||||
|
<meta name="robots" content="none">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
|
Loading…
Reference in a new issue