cleanup template

This commit is contained in:
Yann Esposito (Yogsototh) 2021-05-06 10:54:28 +02:00
parent 344620e35c
commit 771a21ff3e
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -1,61 +1,57 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>$title$</title> <title>$title$</title>
<meta name="author" content="$author$"> <meta name="author" content="$author$">
<meta name="description" content="$description$"> <meta name="description" content="$description$">
<meta name="keywords" content="$keywords$"> <meta name="keywords" content="$keywords$">
<link rel="stylesheet" href="/css/y.css"/> <link rel="stylesheet" href="/css/y.css"/>
<link rel="alternate" type="application/rss+xml" href="/rss.xml" /> <link rel="alternate" type="application/rss+xml" href="/rss.xml" />
<link rel="icon" href="/favicon.ico"> <link rel="icon" href="/favicon.ico">
</head> </head>
<body> <body>
<div id="labels"> <div class="main">
<div class="content"> <div id="preamble" class="status">
<span id="logo"> <div class="content">
<a href="/"> <div id="logo">
<svg width="5em" viewBox="0 0 64 64"> <a href="/">
<circle cx="32" cy="32" r="30" stroke="var(--b2)" stroke-width="2" fill="var(--b03)"/> <svg width="5em" viewBox="0 0 64 64">
<circle cx="32" cy="32" r="12" stroke="var(--r)" stroke-width="2" fill="var(--o)"/> <circle cx="32" cy="32" r="30" stroke="var(--b2)" stroke-width="2" fill="var(--b03)"/>
<circle cx="32" cy="32" r="6" stroke-width="0" fill="var(--y)"/> <circle cx="32" cy="32" r="12" stroke="var(--r)" stroke-width="2" fill="var(--o)"/>
<ellipse cx="32" cy="14" rx="14" ry="8" stroke-width="0" fill="var(--b3)"/> <circle cx="32" cy="32" r="6" stroke-width="0" fill="var(--y)"/>
</svg> <ellipse cx="32" cy="14" rx="14" ry="8" stroke-width="0" fill="var(--b3)"/>
</a> </svg>
</span> </a>
</div> </div>
<h1>$title$</h1>
<div class="meta">
<span class="yyydate">$date$</span> on
<a href="https://her.esy.fun">
<span class="author">$author$</span>'s blog</a>
</div>
<div class="abstract">
$description$
</div>
</div> </div>
<div class="main"> </div>
<div id="preamble" class="status"> <div id="content">
<div class="content">
<h1>$title$</h1>
<div class="meta">
<span class="yyydate">$date$</span> on
<a href="https://her.esy.fun">
<span class="author">$author$</span>'s blog</a>
</div>
<div class="abstract">
$description$
</div>
</div>
</div>
<div id="content">
$body$ $body$
</div> </div>
<div id="postamble" class="status"> <div id="postamble" class="status">
<div class="content"> <div class="content">
<nav> <nav>
<a href="/index.html">Home</a> | <a href="/index.html">Home</a> |
<a href="/slides.html">Slides</a> | <a href="/slides.html">Slides</a> |
<a href="/about-me.html">About</a> <a href="/about-me.html">About</a>
<span class="details"> (<a href="https://gitea.esy.fun/yogsototh">code</a> <span class="details"> (<a href="https://gitea.esy.fun/yogsototh">code</a>
<a href="https://espial.esy.fun/u:yogsototh">bookmarks</a> <a href="https://espial.esy.fun/u:yogsototh">bookmarks</a>
<a href="https://espial.esy.fun/u:yogsototh/notes">notes</a>)</span> | <a href="https://espial.esy.fun/u:yogsototh/notes">notes</a>)</span> |
<a href="#preamble">↑ Top ↑</a> <a href="#preamble">↑ Top ↑</a>
</nav> </nav>
</div>
</div>
</div> </div>
</body> </div>
</div>
</body>
</html> </html>