浏览代码

add an include for __common__/aboutext.html to extend about.html

Thomas Renard 7 年前
父节点
当前提交
b31f264f0d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      searx/templates/__common__/about.html

+ 1
- 0
searx/templates/__common__/about.html 查看文件

60
 <p><a href="{{ url_for('stats') }}">Stats page</a> contains some useful data about the engines used.</p>
60
 <p><a href="{{ url_for('stats') }}">Stats page</a> contains some useful data about the engines used.</p>
61
 
61
 
62
 </div>
62
 </div>
63
+{% include "__common__/aboutextend.html" ignore missing %}