lectures.alex.balgavy.eu

Lecture notes from university.
git clone git://git.alex.balgavy.eu/lectures.alex.balgavy.eu.git
Log | Files | Refs | Submodules

commit 2c12d4d6614fb9c5465cb98ad99af6a095d6201d
parent b55ddfee1be53adbe8517dc3759417b5c12bf2de
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Sun,  1 Nov 2020 00:24:06 +0100

Change message shown when JS is disabled

Diffstat:
Mtemplates/base.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/base.html b/templates/base.html @@ -31,9 +31,9 @@ <noscript> <p> I see you have JavaScript disabled. - Wise choice, it's designed for all content to be accessible without JS, or even through a terminal browser. + Wise choice, this site designed for all content to be accessible without JS, or even through a terminal browser. However, in GUI browsers, I have this page themed dynamically, so when it's dark outside, you'll get a dark theme. - It's also the only part of this website that uses JavaScript. + Apart from math equation rendering with Katex, it's also the only part of this website that uses JavaScript. You need JS enabled if you want the dynamic theme; I have no reason to track you, I don't run analytics of any kind. </p> </noscript>