aboutsummaryrefslogtreecommitdiff
path: root/templates/page_template.html
diff options
context:
space:
mode:
authorOxbian <got.dacs@slmail.me>2023-07-06 00:38:06 +0200
committerOxbian <got.dacs@slmail.me>2023-07-06 00:38:06 +0200
commit06c1a014c2c3820454c0ac697fdfdb029b983d9e (patch)
treec500d8ab38c067d63b596d18c2b821cf869d5a33 /templates/page_template.html
parent1a461458057bf253358fef77bc14674fa1a2c9f2 (diff)
downloadArKa-Blog-06c1a014c2c3820454c0ac697fdfdb029b983d9e.tar.gz
ArKa-Blog-06c1a014c2c3820454c0ac697fdfdb029b983d9e.zip
Adding language system to the blog
Diffstat (limited to 'templates/page_template.html')
-rw-r--r--templates/page_template.html56
1 files changed, 0 insertions, 56 deletions
diff --git a/templates/page_template.html b/templates/page_template.html
deleted file mode 100644
index 8374367..0000000
--- a/templates/page_template.html
+++ /dev/null
@@ -1,56 +0,0 @@
-<!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éponds 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.