remove include demo

This commit is contained in:
xenia 2021-06-11 05:01:34 -04:00
parent ae013bbed7
commit b2ea116d02
2 changed files with 1 additions and 7 deletions

View File

@ -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 :("))

View File

@ -31,8 +31,7 @@
,content-toc) ,content-toc)
(main (main
() ()
,@content ,@content)
,(include "include.html.rkt"))
;; mathjax polyfill script sentinel -- gets replaced by a script tag for crying doge chrombe ;; mathjax polyfill script sentinel -- gets replaced by a script tag for crying doge chrombe
;; and with nothing for swole firefox ;; and with nothing for swole firefox
(div ([style "display: none"]) "__X_MATHJAX_POLYFILL_PLACEHOLDER__"))) (div ([style "display: none"]) "__X_MATHJAX_POLYFILL_PLACEHOLDER__")))