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
Anti-censorship
GetTor Project
GettorWeb
Commits
8d5ae605
Commit
8d5ae605
authored
Apr 12, 2021
by
emmapeel
🤖
Browse files
remove uppercase and capitalization styling, for l10n
parent
d806336b
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/layout.html
View file @
8d5ae605
...
...
@@ -12,10 +12,10 @@
<div
class=
"row"
>
<div
class=
"col-12 content-center pt-5"
>
<div
class=
"row"
>
<h6
class=
"mx-auto text-white
text-uppercase
"
>
{% block section %}{{ this.section }}{% endblock %}
</h6>
<h6
class=
"mx-auto text-white"
>
{% block section %}{{ this.section }}{% endblock %}
</h6>
</div>
<div
class=
"row pb-5"
>
<h2
class=
"mx-auto display-3 text-white
text-capitalize
"
>
{% block title %}{{ this.title }}{% endblock %}
</h2>
<h2
class=
"mx-auto display-3 text-white"
>
{% block title %}{{ this.title }}{% endblock %}
</h2>
</div>
</div>
</div>
...
...
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