]> Git — Sourcephile - sourcephile-web.git/blob - templates/default.html
add Hakyll experiments
[sourcephile-web.git] / templates / default.html
1 <!DOCTYPE html>
2 <html lang="fr">
3 <head>
4 <title>$title$ - Sourcephile</title>
5 <meta charset="utf-8" />
6 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7 <meta name="description" content="$description$" />
8 $if(tags)$<meta name="keywords" content="$tags$">$endif$
9 <link type="text/css" rel="stylesheet" href="/assets/css/default.css" />
10 <link rel="alternate"
11 type="application/atom+xml"
12 title="Sourcephile (Atom)"
13 href="/atom.xml" />
14 <!--
15 <link rel="manifest" href="/site.webmanifest">
16 -->
17 </head>
18 <body>
19 <header>
20 <hgroup>
21 <h1><a href="/">sourcephile</a> :: Logiciellerie</h1>
22 </hgroup>
23 </header>
24 <nav>
25 <menu>
26 <a href="/">Home</a>
27 <a href="/posts">Blog</a>
28 <a href="/atom.xml">Atom</a>
29 </menu>
30 </nav>
31 <section>
32 $body$
33 </section>
34 <footer>
35 <p>
36 Hébergé aux <a href="https://lesptts.net">PTTs de Tarnac</a> -
37 Codé avec <a href="http://jaspervdj.be/hakyll/index.html">Hakyll</a> -
38 <a href="https://code.sourcephile.fr/sourcephile-web.git">Code source</a>
39 </p>
40 <p>
41 <a rel="license"
42 href="https://creativecommons.org/licenses/by-sa/3.0/deed.fr_FR"><img
43 alt="Creative Commons License" style="border-width:0"
44 src="https://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a>
45 <br />Publié sous license <a rel="license"
46 href="http://creativecommons.org/licenses/by-sa/3.0/deed.fr_FR"
47 >Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.
48 </p>
49 </footer>
50 </body>
51 </html>