mirror of
https://github.com/torproject/manual.git
synced 2024-12-11 19:23:40 +00:00
Update directions in templates
This commit is contained in:
parent
18789aba3a
commit
e6da881ae9
@ -31,7 +31,7 @@
|
||||
</nav>
|
||||
|
||||
|
||||
<nav class="d-none d-sm-block section-nav bg-white sidetopics sticky" id="sidenav-topics">
|
||||
<nav class="d-none d-sm-block section-nav bg-white sidetopics sticky {{ bag('alternatives', this.alt, 'direction') }}" id="sidenav-topics">
|
||||
<h4 class="text-primary pl-4">{{ _('Topics') }}</h4>
|
||||
<ul class="nav nav-pills flex-column">
|
||||
{% set topicbag = 'topics+en' %}
|
||||
|
@ -1,10 +1,10 @@
|
||||
{% from "macros/topic.html" import render_topic %}
|
||||
<div id="#topics">
|
||||
{% for item in this.children %}
|
||||
<h5 class="text-muted text-uppercase mb-3 p-0 {{ bag('alternatives', alternative, 'direction') }}">
|
||||
<h5 class="text-muted text-uppercase mb-3 p-0 {{ bag('alternatives', this.alt, 'direction') }}">
|
||||
<a href="{{ item|url }}">{{ item.title }}</a>
|
||||
</h5>
|
||||
<p class="text-muted mb-3 p-0 {{ bag('alternatives', alternative, 'direction') }}">
|
||||
<p class="text-muted mb-3 p-0 {{ bag('alternatives', this.alt, 'direction') }}">
|
||||
{{ item.description }}
|
||||
</p>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user