mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00

This commit introduces a config/ directory containing: * settings.yml (a symlink to searx/settings.yml) * brand.env (a symlink to utils/brand.env) * about.md (a new file replacing the previous searx/templates/__common__/aboutextend.html) The intention is that it's easier for admins to find the files they may want to configure. Closes #809.
5 lines
142 B
HTML
5 lines
142 B
HTML
{% extends "oscar/base.html" %}
|
|
{% block title %}{{ _('about') }} - {% endblock %}
|
|
{% block content %}
|
|
{{ help.about | safe }}
|
|
{% endblock %}
|