diff options
| author | Noémi Ványi <kvch@users.noreply.github.com> | 2018-08-19 21:49:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-19 21:49:07 +0200 |
| commit | 8f744ddfb27188ca0a615916bfb8df0c3b56819f (patch) | |
| tree | 8e1ec20da83142b3cec496adab006c2b9b5dca47 /searx/templates | |
| parent | c2da901afab28cc13794511709f70a0c76edc659 (diff) | |
| parent | c5c812899f737082f65d0726fbc0ad21501e09e7 (diff) | |
Merge branch 'master' into patch-2
Diffstat (limited to 'searx/templates')
| -rw-r--r-- | searx/templates/__common__/about.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/templates/__common__/about.html b/searx/templates/__common__/about.html index d8afab73f..bf1733359 100644 --- a/searx/templates/__common__/about.html +++ b/searx/templates/__common__/about.html @@ -60,3 +60,4 @@ Searx can be added to your browser's search bar; moreover, it can be set as the <p><a href="{{ url_for('stats') }}">Stats page</a> contains some useful data about the engines used.</p> </div> +{% include "__common__/aboutextend.html" ignore missing %} |