From 896425d26a575245c447e155cea1f927e9912bf8 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Mon, 15 May 2023 16:07:30 +0000 Subject: [PATCH] popped stash --- src/app.onyx | 2 +- www/templates/pages/base.html | 10 ++++++++++ www/templates/pages/docs.html | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) 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 -- 2.25.1