tousenscene34.fr/layouts/base.njk
2024-01-21 15:16:13 +01:00

58 lines
2.3 KiB
Text

<!DOCTYPE HTML>
<!--
Tous en Scène, Combaillaux.
Design, David Soulayrol <david@soulayrol.name>
-->
<html lang="fr">
<head>
<title>Tous en Scène</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="author" content="David Soulayrol" />
<meta name="description" content="Association de théâtre à Combaillaux" />
<meta name="keywords" content="association, théatre, combaillaux" />
<meta name="viewport" content="width=device-width, initial-scale=1">
{% if production %}
{% else %}
<meta name="robots" content="noindex, nofollow">
{% endif %}
<link rel="canonical" href="http://tousenscene34.fr/{{path}}" />
<link rel="stylesheet" href="/css/mini-tes.css" />
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/style-desktop.css" />
<link rel="stylesheet" href="/css/style-mobile.css" />
<link href="https://fonts.googleapis.com/css?family=Roboto:400,100,300,700,500,900" rel="stylesheet" type="text/css">
{% block scripts %}
{% endblock %}
</head>
{% if site_section == null %}
{% set site_section = 'show' %}
{% endif %}
<body>
<header class="page-header page-header-{{site_section}}">
<a href="/index.html" class="button {% if site_section == 'intro' %} button-active{% endif %}">Accueil</a>
<a href="/combaillaux.html" class="button {% if site_section == 'combaillaux' %} button-active{% endif %}">Combaillaux</a>
<a href="/troupe.html" class="button {% if site_section == 'troupe' %} button-active{% endif %}">La Troupe</a>
</header>
<div class="hidden-sm page-title page-title-{{site_section}}">
{% block header %}
{% endblock %}
</div>
<div class="page-content page-content-{{site_section}}">
{% block main %}
{% endblock %}
</div>
<footer id="copyright">
Textes et contenus &copy; 2002-2024, Tous en Scène.
Style inspiré de <i>Linear</i> par <a href="http://templated.co">TEMPLATED</a>.
<br>
Édité sur <a href="https://www.gnu.org/software/emacs/">emacs</a>.
Mis en page avec <a href="https://minicss.org/">mini.css</a>.
Généré par <a href="http://metalsmith.io">metalsmith</a>.
</footer>
</body>
</html>