mirror of
https://github.com/torproject/lego.git
synced 2024-11-23 01:29:45 +00:00
Use only one about menu in tpo
This commit is contained in:
parent
924e3dbdec
commit
c51ef99eba
@ -2,7 +2,7 @@
|
||||
<div class="row flex-xl-nowrap {{ bag('alternatives', this.alt, 'order') }}">
|
||||
<div class="row col-12 justify-content-center">
|
||||
<ul class="nav">
|
||||
{% set menubag = this.section_id + '+' + this.alt %}
|
||||
{% set menubag = this.section_id %}
|
||||
{% for id, item in bag(menubag).items() %}
|
||||
<li{% if this.path == '/' + item.path %} class="nav-item active border-active" {% else %} class="nav-item" {% endif %}>
|
||||
{% set item_path = site.get(item.path) %}
|
||||
|
Loading…
Reference in New Issue
Block a user