aboutsummaryrefslogtreecommitdiff
path: root/templates/page_template.html
blob: 5adfb02b7dd2794e4b93f56af9f0d22bfc48fc59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="fr">
<head>
    <!-- Metadonnées -->
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="$DESC">
    <meta property="og:title" content="$TITLE">
    <meta property="og:type" content="article" >
    <meta property="og:article:author" content="Oxbian">
    <meta property="og:article:published_time" content="$DATE">

    <!-- CSS & Atom -->
    <link rel="alternate" href="../atom.xml" type="application/atom+xml" title="RSS">
    <link rel="stylesheet" href="../assets/css/style.css">
    <link rel="shortcut icon" href="../assets/favicon/favicon.ico" type="image/x-icon">

    <title>$TITLE</title>
</head>
<body>
    <!-- En tête -->
    <header>
        <nav>
            <ul>
                <li><a href="../index.html">Accueil</a></li>
                <li><a href="../pages/how-to-read.html">Comment lire ce blog ?</a></li>
                <li><a href="../pages/about.html">À Propos</a></li>
                <li><a href="../atom.xml">RSS</a></li>
            </ul>
        </nav>
    </header>

    <!-- Contenu principale -->
    <main>
        <article>
            <h1>$TITLE</h1>
            $CONTENT
        </article>
    </main>

    <!-- Bas de page -->
    <hr>
    <footer>
        <p>Contactez-moi pour toute question ou discussion, je répond assez vite en général.</p>

        <!-- Réseaux sociaux-->
        <div id="social">
            <ul>
                <li><a class="matrix" href="https://matrix.to/#/@oxbian:matrix.org">Matrix</a></li>
                <li><a rel="me" class="mastodon" href="https://social.linux.pizza/@Oxbian">Mastodon</a></li>
                <li><a class="mail" href="mailto:oxbian.noch@simplelogin.com">Mail</a></li>
            </ul>
        </div>
    </footer>
</body>
</html>
ArKa projects. All rights to me, and your next child right arm.