Post "Pulling the plug on ArchMac"

This commit is contained in:
Loic Nageleisen 2021-01-06 20:57:46 +01:00
parent 97d3286186
commit bb7a3da609
5 changed files with 256 additions and 40 deletions

View file

@ -2,9 +2,20 @@
<html>
<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;"/>
<title>lna7n - {{ page.title }}</title>
<link rel="stylesheet" href="/style.css" />
</head>
<body>
{{ content }}
<body lang='en-US'>
<main>
<h1 class='title'>{{ page.title }}</h1>
<section class='content'>
{{ content }}
</section>
</main>
<footer>
<a href="https://lna7n.org">lna7n.org</a> - hack. build. create.
</footer>
</body>
</html>