remove include demo
This commit is contained in:
parent
ae013bbed7
commit
b2ea116d02
|
@ -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 :("))
|
|
|
@ -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__")))
|
||||||
|
|
Loading…
Reference in New Issue