aboutsummaryrefslogtreecommitdiffstats
path: root/templates/default.html
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2021-09-27 15:08:34 +0200
committerRomain Gonçalves <me@rgoncalves.se>2021-09-27 15:08:34 +0200
commit8fe5387c47196d09063e12ca6b9ad768ad4849b0 (patch)
treedc75df123d86c4027b9fb18218d1bafdc13819fe /templates/default.html
parent17278427d7e7eecd95c8bf808501188342cd8435 (diff)
downloadrgoncalves.se-8fe5387c47196d09063e12ca6b9ad768ad4849b0.tar.gz
all: Bump to version 3 of static site generation
Diffstat (limited to 'templates/default.html')
-rw-r--r--templates/default.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/templates/default.html b/templates/default.html
deleted file mode 100644
index 9156cbd..0000000
--- a/templates/default.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<html>
-include(templates/head.html)
-<body>
- <header>
- include(tmp/header.html)
- </header>
- sinclude(tmp/metadata.html)
- sinclude(tmp/toc.html)
- include(tmp/body.html)
- sinclude(tmp/index.html)
- <footer>
- include(tmp/footer.html)
- </footer>
-<body>
-</html>
remember that computers suck.