diff --git a/templates/include.html.rkt b/templates/include.html.rkt
deleted file mode 100644
index f29560e..0000000
--- a/templates/include.html.rkt
+++ /dev/null
@@ -1,5 +0,0 @@
-#lang capybara/template
-
-`(p ()
- "this was included from another file #uwu the summary is: "
- ,(or (assoc-ref+ metadata 'summary) "no summary :("))
diff --git a/templates/page.html.rkt b/templates/page.html.rkt
index 8159ef1..8ba82aa 100644
--- a/templates/page.html.rkt
+++ b/templates/page.html.rkt
@@ -31,8 +31,7 @@
,content-toc)
(main
()
- ,@content
- ,(include "include.html.rkt"))
+ ,@content)
;; mathjax polyfill script sentinel -- gets replaced by a script tag for crying doge chrombe
;; and with nothing for swole firefox
(div ([style "display: none"]) "__X_MATHJAX_POLYFILL_PLACEHOLDER__")))