From a9c6599333f255b6e58bebc72189da8d89628e7a Mon Sep 17 00:00:00 2001 From: orson Date: Thu, 29 May 2025 14:46:02 -0600 Subject: [PATCH] removed banner --- js_snips.ts | 62 +++++++++++++++++++++++++++ kernelpanic.lol/templates/layout.html | 12 +++--- kernelpanic.lol/templates/temple.html | 1 + 3 files changed, 69 insertions(+), 6 deletions(-) create mode 100644 js_snips.ts diff --git a/js_snips.ts b/js_snips.ts new file mode 100644 index 0000000..bbb79cc --- /dev/null +++ b/js_snips.ts @@ -0,0 +1,62 @@ +js snips + + \ No newline at end of file diff --git a/kernelpanic.lol/templates/layout.html b/kernelpanic.lol/templates/layout.html index 066faad..c2f130e 100644 --- a/kernelpanic.lol/templates/layout.html +++ b/kernelpanic.lol/templates/layout.html @@ -10,15 +10,15 @@ - - + + - + @@ -35,9 +35,9 @@ - +
{% block topbar %}
a casa
diff --git a/kernelpanic.lol/templates/temple.html b/kernelpanic.lol/templates/temple.html index f5c4811..de37614 100644 --- a/kernelpanic.lol/templates/temple.html +++ b/kernelpanic.lol/templates/temple.html @@ -33,6 +33,7 @@ color:white; explaintext: true, piprop: 'original', pithumbsize: 400, + ulssetlang: 'es', }; const url = `${wikipediaAPI}?${new URLSearchParams(params)}`;