summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorJJ2023-05-03 08:50:52 +0000
committerJJ2023-05-03 09:16:27 +0000
commit52e99050572d0b922f76266134383bfc66be8eca (patch)
tree6fd78db133f8692edc85540f3da0a81932f2f772 /_includes
parent7570754bf85b6c018ca9a7fc90a1e677600c899f (diff)
Switch to new domain and switch back to Jekyll
Diffstat (limited to '_includes')
-rw-r--r--_includes/footer.html3
-rw-r--r--_includes/header.html12
2 files changed, 15 insertions, 0 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
new file mode 100644
index 0000000..c1db3ec
--- /dev/null
+++ b/_includes/footer.html
@@ -0,0 +1,3 @@
+<footer>
+ <span><img src="assets/copyleft.svg" width="12" height="12" title="https://en.wikipedia.org/wiki/Criticism_of_copyright" /> 2020-2023 </span>
+</footer>
diff --git a/_includes/header.html b/_includes/header.html
new file mode 100644
index 0000000..1e29463
--- /dev/null
+++ b/_includes/header.html
@@ -0,0 +1,12 @@
+<header>
+ <h1>
+ <a href="/">apropos</a>
+ </h1>
+ <nav>
+ <a href="/about">about</a>
+ <a href="/resume">resume</a>
+ <a href="/notes">notes</a>
+ <a href="/posts">posts</a>
+ <a href="/writeups">writeups</a>
+ </nav>
+</header>