From: Brendan Hansen Date: Mon, 15 May 2023 16:07:30 +0000 (+0000) Subject: popped stash X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=896425d26a575245c447e155cea1f927e9912bf8;p=onyxlang.io.git popped stash --- diff --git a/src/app.onyx b/src/app.onyx index 49408c5..a5f2795 100644 --- a/src/app.onyx +++ b/src/app.onyx @@ -7,7 +7,7 @@ use core.encoding.json #inject runtime.vars { Enable_Heap_Debug :: true - Debug :: true + // Debug :: true } reg: otmp.TemplateRegistry; diff --git a/www/templates/pages/base.html b/www/templates/pages/base.html index 2af2bf6..31b8108 100644 --- a/www/templates/pages/base.html +++ b/www/templates/pages/base.html @@ -17,6 +17,16 @@ hljs.highlightAll(); + + + + {% block "styles" %} diff --git a/www/templates/pages/docs.html b/www/templates/pages/docs.html index a1443d8..7c24e63 100644 --- a/www/templates/pages/docs.html +++ b/www/templates/pages/docs.html @@ -9,7 +9,7 @@

Getting Started

- Install Onyx locally on your system, or use it in your browser. + Install Onyx locally on your system or use it in your browser.

Install