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
d71b693a
Commit
d71b693a
authored
Jun 13, 2019
by
Pili Guerra
Browse files
Fix issues with page key
parent
f0a6a864
Changes
2
Show whitespace changes
Inline
Side-by-side
content/training/resources/contents.lr
View file @
d71b693a
...
...
@@ -10,10 +10,13 @@ title: Training Resources
---
subtitle: Do you teach your community about using Tor? These resources are for you.
---
cta: Check out our resources
---
key: 2
---
html: resources.html
---
body:
##Resources
Do you teach your community about using Tor? These training resources are for you.
\ No newline at end of file
templates/training.html
View file @
d71b693a
...
...
@@ -8,8 +8,7 @@
</div>
</div>
<div
class=
"row py-5"
>
{% for child in this.children|sort(attribute='key') %}
{% if child.key != '0' %}
{% for child in this.children %}
<div
class=
"col-sm-6 col-md-6 col-sm-12 col-xl-6 py-4"
>
<div
class=
"card h-100 border-0"
>
<div
class=
"card-body"
>
...
...
@@ -20,7 +19,6 @@
</div>
</div>
</div>
{% endif %}
{% endfor %}
</div>
<div
class=
"row py-5 text-center mx-auto"
>
...
...
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