mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Various change on PR 930
This commit is contained in:
parent
59100e8525
commit
1157462ff9
9 changed files with 82 additions and 85 deletions
|
|
@ -2,9 +2,9 @@
|
|||
{% block title %}{{ active_page.title }} - {% endblock %}
|
||||
{% block content %}
|
||||
<ul class="tabs">
|
||||
{% for pagename, page in all_pages('en') %}
|
||||
{% for pagename, page, locale in all_pages %}
|
||||
<li>
|
||||
<a href="{{pagename}}" {% if pagename == active_pagename %}class="active"{% endif %}>{{page.title}}</a>
|
||||
<a href="{{ url_for('info', pagename=pagename, locale=locale) }}" {% if pagename == active_pagename %}class="active"{% endif %}>{{page.title}}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue