summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
Diffstat (limited to '_includes')
-rw-r--r--_includes/footer.html3
-rw-r--r--_includes/header.html13
2 files changed, 0 insertions, 16 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
deleted file mode 100644
index 049de4a..0000000
--- a/_includes/footer.html
+++ /dev/null
@@ -1,3 +0,0 @@
-<footer>
- <span><img src="https://toki.la/assets/copyleft.svg" width="12" height="12" title="https://en.wikipedia.org/wiki/Criticism_of_copyright" /> 2020-2024 </span>
-</footer>
diff --git a/_includes/header.html b/_includes/header.html
deleted file mode 100644
index 832e2ec..0000000
--- a/_includes/header.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<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>
- <a href="https://wiki.toki.la">wiki</a>
- </nav>
-</header>