Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Web
community
Commits
ecdb5013
Commit
ecdb5013
authored
Sep 12, 2019
by
Hiro
🏄
Browse files
Fix breadcrumbs
parent
129cb7e8
Changes
7
Hide whitespace changes
Inline
Side-by-side
content/relay-operations/technical-setup/guard/contents.lr
View file @
ecdb5013
_model: page
---
color: primary
---
title: Middle/Guard relay
---
body: In this guide we describe how to setup a new Middle/Guard relay. Please choose your platform below.
...
...
lego
@
8cb5f200
Subproject commit
3d8002591b1a6df64e27624bd08d7a91d8e4c763
Subproject commit
8cb5f20089a163b0a5134d841248778cb518bdf2
templates/breadcrumb.html
0 → 120000
View file @
ecdb5013
../lego/templates/breadcrumb.html
\ No newline at end of file
templates/macros/parent.html
0 → 120000
View file @
ecdb5013
../../lego/templates/macros/parent.html
\ No newline at end of file
templates/macros/resources.html
deleted
100644 → 0
View file @
129cb7e8
{% macro render_resource(item) %}
<tr>
<td><a
href=
"{{ item|url }}"
>
{{ item.file }}
</a></td>
<td>
{{ item.description }}
</td>
<td>
{{ item.type}}
</td>
<td>
{{ item.date }}
</td>
</tr>
{% endmacro %}
templates/macros/resources.html
0 → 120000
View file @
ecdb5013
../../lego/templates/macros/resources.html
\ No newline at end of file
templates/two-columns-page.html
View file @
ecdb5013
<div
class=
"row pt-5"
>
{% include 'sidenav.html' %}
<div
class=
"col-sm-12 col-xs-12 col-md-8 col-lg-8 mr-auto {{ bag('alternatives', this.alt, 'order') }}"
>
{% include 'breadcrumb.html' %}
{{ this.body }}
<div
class=
"row"
>
{% for child in this.children|sort(attribute='key') %}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment