76 lines
2.4 KiB
Plaintext
76 lines
2.4 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>
|
|
<nav class="Container">
|
|
<section>
|
|
<h2>Association</h2>
|
|
<ul>
|
|
<li><a href="/association.html">Découvrir l'association</a></li>
|
|
<li><a href="/blog">Actualités</a></li>
|
|
</ul>
|
|
</section>
|
|
<section>
|
|
<h2>Documentation</h2>
|
|
<ul>
|
|
<li><a href="https://wiki.ti-nuage.fr">Wiki</a></li>
|
|
</ul>
|
|
</section>
|
|
<section>
|
|
<h2>Services</h2>
|
|
<ul>
|
|
<li><a href="https://mon.ti-nuage.fr">Espace adhérents</a></li>
|
|
<li><a href="/services.html">Tous les services</a></li>
|
|
<li><a href="https://status.ti-nuage.fr/">Suivi des incidents</a></li>
|
|
</ul>
|
|
</section>
|
|
</nav>
|
|
|
|
<section class="Container">
|
|
{% block article %}{% endblock %}
|
|
</section>
|
|
|
|
<footer class="footer mt128">
|
|
<div class="Container">
|
|
<p class="tad">Page générée le {{ moment(article.date).format('LL') }}.</p>
|
|
<hr>
|
|
<h2>Ti Nuage</h2>
|
|
<p><em>Hébergeur associatif, transparent, éthique, militant et solidaire.</em></p>
|
|
<p>
|
|
<b><a href="/cgu">Conditions Générales d'Utilisation</b></a>
|
|
—
|
|
<b><a href="/mentions_legales">Mentions légales</a></b>
|
|
</p>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|