summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html31
1 files changed, 31 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
new file mode 100644
index 0000000..fbec88d
--- /dev/null
+++ b/_layouts/default.html
@@ -0,0 +1,31 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>Wiki</title>
+ <meta charset="utf-8"/>
+ <meta name="viewport" content="width=device-width"/>
+ <link rel="icon" type="image/jpg" href="https://apropos.codes/assets/light.png"/>
+ <link rel="stylesheet" href="https://apropos.codes/css/style.css"/>
+ <link rel="stylesheet" href="https://apropos.codes/writeups/css/style.css"/>
+</head>
+<body>
+ <header>
+ <h1>
+ <a href="https://apropos.codes">apropos</a>
+ </h1>
+ <nav>
+ <a href="https://apropos.codes/about">about</a>
+ <a href="https://apropos.codes/resume">resume</a>
+ <a href="https://apropos.codes/notes">notes</a>
+ <a href="https://apropos.codes/posts">posts</a>
+ <a href="https://apropos.codes/writeups">writeups</a>
+ </nav>
+ </header>
+ <main>
+ {{ content }}
+ </main>
+<footer>
+ <span><img src="assets/copyleft.svg" width="12" height="12" title="https://en.wikipedia.org/wiki/Criticism_of_copyright" /> 2020-2023 </span>
+</footer>
+</body>
+</html>