From e562b773ba37f01b0175336db6308b729f7b6f02 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 22 Oct 2024 20:45:13 +0200 Subject: Removed search options from index --- templates/base.html | 5 ----- templates/index.html | 34 ---------------------------------- 2 files changed, 39 deletions(-) diff --git a/templates/base.html b/templates/base.html index c588e4f..0b26cbf 100644 --- a/templates/base.html +++ b/templates/base.html @@ -129,9 +129,6 @@ } pre { margin-block-start: 1em; margin-block-end: 1em; } - - section.quick-jump { display: grid; gap: 1em; margin-top: 1em; grid-template-columns: 1fr 1fr; } - section.quick-jump input { font-family: sans-serif; } .promobox { margin-top: 1em; @@ -171,8 +168,6 @@ } .hide-on-mobile { display: none; } - - section.quick-jump { display: none; } } diff --git a/templates/index.html b/templates/index.html index 49b670d..f5821fc 100644 --- a/templates/index.html +++ b/templates/index.html @@ -11,40 +11,6 @@ bytes (trigraphs). -
- - - {{ range .Pages }} - {{ if and (eq .Type "post") (not .Draft) }} - - {{ end }} - {{ end }} - - - - {{ range .Pages }} - {{ if and (eq .Type "note") (not .Draft) }} - - {{ end }} - {{ end }} - -
- - -

More long form, ramblings etc