aboutsummaryrefslogtreecommitdiff
path: root/templates/page_template.html
diff options
context:
space:
mode:
authorOxbian <got.dacs@slmail.me>2023-06-25 12:24:08 +0200
committerOxbian <got.dacs@slmail.me>2023-06-25 12:24:08 +0200
commit6cb3f5deeb744d4b71ee44557112b4bc9b09daa4 (patch)
tree73f2c5e48dcf836bbc1d75cb74f7cb6fab3e9861 /templates/page_template.html
parentc1832daf3b2e12772b01d92cc59f9b38b458a9b1 (diff)
downloadArKa-Blog-6cb3f5deeb744d4b71ee44557112b4bc9b09daa4.tar.gz
ArKa-Blog-6cb3f5deeb744d4b71ee44557112b4bc9b09daa4.zip
Finished new blog style (TODO: light-mode)
Diffstat (limited to 'templates/page_template.html')
-rw-r--r--templates/page_template.html38
1 files changed, 26 insertions, 12 deletions
diff --git a/templates/page_template.html b/templates/page_template.html
index acee6ba..5adfb02 100644
--- a/templates/page_template.html
+++ b/templates/page_template.html
@@ -1,6 +1,7 @@
<!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">
@@ -8,34 +9,47 @@
<meta property="og:type" content="article" >
<meta property="og:article:author" content="Oxbian">
<meta property="og:article:published_time" content="$DATE">
- <meta property="og:image" content="$IMAGE_PREVIEW">
- <title>$TITLE</title>
+
+ <!-- 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>
- <div class="navbar">
- <a href="../index.html">Accueil</a>
- <a href="../pages/how-to-read.html">Comment lire ce blog ?</a>
- <a href="../pages/about.html">À Propos</a>
- <a href="../atom.xml">RSS</a>
- </div>
+ <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>
- <div>
- <a class="matrix" href="https://matrix.to/#/@oxbian:matrix.org">Matrix</a>
- <a rel="me" class="mastodon" href="https://social.linux.pizza/@Oxbian">Mastodon</a>
- <a class="mail" href="mailto:oxbian.noch@simplelogin.com">Mail</a>
+
+ <!-- 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>
ArKa projects. All rights to me, and your next child right arm.