We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60822a commit b39d65eCopy full SHA for b39d65e
templates/index.twig
@@ -6,7 +6,7 @@
6
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7
<title>{{ siteName }}</title>
8
9
- {% if not getenv('ENVIRONMENT') == 'dev' and not getenv('ENVIRONMENT') == 'local' %}
+ {% if getenv('ENVIRONMENT') != 'dev' and getenv('ENVIRONMENT') != 'local' %}
10
<link rel="stylesheet" href="{{ rev('app.css') }}">
11
{% endif %}
12
</head>
@@ -31,4 +31,4 @@
31
32
33
</body>
34
-</html>
+</html>
0 commit comments