diff options
author | Oxbian <got.dacs@slmail.me> | 2023-06-25 00:26:05 +0200 |
---|---|---|
committer | Oxbian <got.dacs@slmail.me> | 2023-06-25 00:26:05 +0200 |
commit | c1832daf3b2e12772b01d92cc59f9b38b458a9b1 (patch) | |
tree | 22d6e26e4cf15cf3836e7bae547003caaa26a04a /tools/page_template.html | |
parent | e1810b85fe0a66893b8e101dd52a5fbc83d407ec (diff) | |
download | ArKa-Blog-c1832daf3b2e12772b01d92cc59f9b38b458a9b1.tar.gz ArKa-Blog-c1832daf3b2e12772b01d92cc59f9b38b458a9b1.zip |
Updating ArkaBlog & removing old things
Diffstat (limited to 'tools/page_template.html')
-rw-r--r-- | tools/page_template.html | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/tools/page_template.html b/tools/page_template.html deleted file mode 100644 index 871d433..0000000 --- a/tools/page_template.html +++ /dev/null @@ -1,41 +0,0 @@ -<!DOCTYPE html> -<html lang="fr"> -<head> - <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" > - <meta property="og:image" content="$IMAGE_PREVIEW" > - <title>$TITLE</title> - <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"> -</head> -<body> - <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> - </div> - </header> - <main> - <article> - <h1>$TITLE</h1> - $CONTENT - </article> - </main> - <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 class="mastodon" href="https://social.linux.pizza/@Oxbian">Mastodon</a> - <a class="mail" href="mailto:oxbian.noch@simplelogin.com">Mail</a> - </div> - </footer> -</body> -</html> |