Add env variables for configuration

This commit is contained in:
Laurent FAVOLE 2025-01-26 15:20:39 +01:00
parent e2eecb9b65
commit 1e23fb2ff8
No known key found for this signature in database
GPG key ID: 582FD3B4DA470A07
7 changed files with 45 additions and 40 deletions

View file

@ -7,13 +7,13 @@
<link href='https://api.mapbox.com/mapbox-gl-js/v2.8.1/mapbox-gl.css' rel='stylesheet' />
<script src='https://api.mapbox.com/mapbox-gl-js/v2.8.1/mapbox-gl.js'></script>
<link rel="shortcut icon" type="image/png" href="static/images/favicon.png"/>
<title>grainParisArt</title>
<title>{{ website_title }}</title>
{% block head %} {% endblock %}
</head>
<header id="headerTop">
<div class="divHeader">
<h1 class="textLogo_header">GrainParisArt</h1>
<h1 class="textLogo_header">{{ website_title }}</h1>
<p>Quand ça va pas, y aura toujours le cinéma</p>
</div>
</header>