From 8c81d9a5b901f0b7d9986ae42a530433e1b02ad5 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 23 May 2026 19:24:11 -0700 Subject: init theming adjustments --- templates/home.html | 12 ++++++------ templates/images.html | 8 ++++---- templates/opensearch.xml | 2 +- templates/results.html | 14 +++++++------- templates/settings.html | 8 ++++---- 5 files changed, 22 insertions(+), 22 deletions(-) (limited to 'templates') diff --git a/templates/home.html b/templates/home.html index 65280cf..2dc4944 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,26 +1,26 @@ - + - OmniSearch + Moekyun Search {{if theme == "light"}}{{endif}} {{if theme == "dark"}}{{endif}} - - +

- OmniSearch + MoekyunSearch

diff --git a/templates/images.html b/templates/images.html index d7397b5..b521c6a 100644 --- a/templates/images.html +++ b/templates/images.html @@ -1,18 +1,18 @@ - + - OmniSearch Images - {{query}} + MoekyunSearch Images - {{query}} {{if theme == "light"}}{{endif}} {{if theme == "dark"}}{{endif}} - +

@@ -77,4 +77,4 @@ - \ No newline at end of file + diff --git a/templates/opensearch.xml b/templates/opensearch.xml index 8544b09..2bc823f 100644 --- a/templates/opensearch.xml +++ b/templates/opensearch.xml @@ -2,7 +2,7 @@ - OmniSearch + MoekyunSearch Lightweight metasearch engine UTF-8 diff --git a/templates/results.html b/templates/results.html index f97a096..fecbcd7 100644 --- a/templates/results.html +++ b/templates/results.html @@ -1,25 +1,25 @@ - + - OmniSearch - {{query}} + MoekyunSearch - {{query}} {{if theme == "light"}}{{endif}} {{if theme == "dark"}}{{endif}} - + - +

- OmniSearch + MoekyunSearch

diff --git a/templates/settings.html b/templates/settings.html index d353d24..2ab045d 100644 --- a/templates/settings.html +++ b/templates/settings.html @@ -5,7 +5,7 @@ - OmniSearch - {{l("settings_title")}} + MoekyunSearch - {{l("settings_title")}} {{if theme == "light"}}{{endif}} @@ -13,13 +13,13 @@ + title="MoekyunSearch" href="/opensearch.xml">

- OmniSearch + MoekyunSearch

{{if query != ""}} @@ -97,4 +97,4 @@

- \ No newline at end of file + -- cgit v1.2.3