Retoor software development Projects Research SearchXNG
Register Sign In

9 lines
311 B
HTML
Raw Normal View History

[enh] add simple theme (WIP)
2017-02-12 15:06:01 +01:00
{% extends "simple/base.html" %}
[simple theme] update to ion icons 5 and drop webfont * update from ionicons-npm to ionicons ver.5 * drop the webfont built by grunt for icons * built icons.html template for inlining icons with jinja2 into html * update icon to use mostly the outline version * add icons to categories and do not display them on mobile to save space * remove all legacy ion icon font files from simple theme * icons.html is added in this commit since make statc.build.restore requires git to know the file already * cleanup error-dialog
2021-11-13 10:42:07 +01:00
{% from 'simple/icons.html' import icon_big %}
[enh] add simple theme (WIP)
2017-02-12 15:06:01 +01:00
{% block content %}
<div class="index">
[feat] allow customization of logo and favicon also removed searxng-wordmark from templates directory and build files, because it is no longer used anywhere
2024-12-10 20:32:18 +01:00
<div class="title{% if get_setting('brand.custom_files.logo', false) %} custom_logo{% endif %}"><h1>SearXNG</h1></div>
[theme] remove categories, language and time range from index
2021-09-21 00:10:12 +02:00
{% include 'simple/simple_search.html' %}
[enh] add simple theme (WIP)
2017-02-12 15:06:01 +01:00
</div>
{% endblock %}
Reference in New Issue Copy Permalink
db23c96a69
searxng/searx/templates/simple/index.html
Response time: 72ms
Mail Licenses API