mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Revert "Theme: add a preference to center the results (Oscar)"
This reverts commit 4237f5fd50.
This commit is contained in:
parent
1b4180df66
commit
9723cef99a
8 changed files with 88 additions and 219 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html class="no-js theme-{{ preferences.get_value('simple_style') or 'auto' }} center-aligment-{{ preferences.get_value('center_aligment') and 'yes' or 'no' }}" lang="{{ locale_rfc5646 }}" {% if rtl %} dir="rtl"{% endif %}>
|
||||
<html class="no-js theme-{{ preferences.get_value('simple_style') or 'auto' }}" lang="{{ locale_rfc5646 }}" {% if rtl %} dir="rtl"{% endif %}>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="description" content="SearXNG — a privacy-respecting, hackable metasearch engine">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue