90 lines
3.0 KiB
Plaintext
90 lines
3.0 KiB
Plaintext
<!DOCTYPE HTML>
|
|
<html lang="fr">
|
|
<head>
|
|
<title>{{ site.title }} | {{ title }}</title>
|
|
<meta charset="utf-8">
|
|
<meta name="author" content="Association Ti Nuage" />
|
|
<meta name="generator" content="Metalsmith" />
|
|
<link rel="stylesheet" href="/fonts/Lato/font.css" />
|
|
<link rel="stylesheet" href="/fonts/Calluna/font.css" />
|
|
<link rel="stylesheet" href="/css/style.css" />
|
|
|
|
<!-- Generated with https://formito.com/tools/favicon -->
|
|
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" />
|
|
{% block head %}{% endblock %}
|
|
{% if production %}
|
|
<!-- Matomo -->
|
|
<script>
|
|
var _paq = window._paq = window._paq || [];
|
|
_paq.push(['trackPageView']);
|
|
_paq.push(['enableLinkTracking']);
|
|
(function() {
|
|
var u="https://matomo.ti-nuage.fr/";
|
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
|
_paq.push(['setSiteId', '1']);
|
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
|
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
|
})();
|
|
</script>
|
|
<!-- End Matomo -->
|
|
{% endif %}
|
|
</head>
|
|
<body>
|
|
<div class="Container">
|
|
<menu>
|
|
<li class="container-logo">
|
|
{% if not hidemenuicon %}
|
|
<a href="/"><img class="logo-small" src="/images/logo.svg" alt=""></a>
|
|
{% endif %}
|
|
</li>
|
|
<li class="menu-item">
|
|
<a class="menu-button menu-button-login" href="https://mon.ti-nuage.fr">Espace adhérents</a>
|
|
</li>
|
|
<li class="menu-item">
|
|
<a class="menu-button" href="https://status.ti-nuage.fr/">État des services</a>
|
|
</li>
|
|
<li class="menu-item">
|
|
<a class="menu-button" href="https://wiki.ti-nuage.fr/">Documentation</a>
|
|
</li>
|
|
<li class="menu-item">
|
|
<a class="menu-button" href="/blog">Actualités</a>
|
|
</li>
|
|
</menu>
|
|
|
|
{% block article %}{% endblock %}
|
|
</div>
|
|
|
|
<footer class="footer mt128">
|
|
<div class="Container">
|
|
<p class="tad">Page générée le {{ moment(article.date).format('LL') }}.</p>
|
|
<hr>
|
|
<div class="Two-cols-One-row">
|
|
<div>
|
|
<h4>Ti Nuage</h4>
|
|
<ul>
|
|
<li><a href="/">Accueil</a></li>
|
|
<li><a href="/association.html">L'association</a></li>
|
|
<li><a href="/blog">Le blog</a></li>
|
|
<li><a href="/services.html">Les services</a></li>
|
|
<li><a href="/cgu.html">CGU</a></li>
|
|
<li><a href="/mentions_legales.html">Mentions légales</a></li>
|
|
</ul>
|
|
</div>
|
|
<div>
|
|
<h4>Nous contacter</h4>
|
|
<h5>Adresse</h5>
|
|
<p>
|
|
Mairie - Le Vieux-Marché<br>
|
|
11 place aux Chevaux<br>
|
|
22420 Le Vieux Marché
|
|
</p>
|
|
<h5>Email</h5>
|
|
<p>contact @ ti-nuage.fr</p>
|
|
<br>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|