From b2ea116d0214d9945151c1bd62f28348aea75f16 Mon Sep 17 00:00:00 2001 From: haskal Date: Fri, 11 Jun 2021 05:01:34 -0400 Subject: [PATCH] remove include demo --- templates/include.html.rkt | 5 ----- templates/page.html.rkt | 3 +-- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 templates/include.html.rkt 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__")))