Retoor software development Projects Research SearchXNG
Register Sign In

9 lines
234 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">
[mod] simple theme: SearXNG logo
2021-10-28 21:02:39 +02:00
<div class="title"><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
80642039a2
BranchesTags
No results found.
searxng/searx/templates/simple/index.html
Response time: 91ms
Mail Licenses API