Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
92bc32de
Commit
92bc32de
authored
Sep 23, 2014
by
Tails developers
Browse files
Fix URL overwrite on index images
parent
61e436ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
wiki/src/index.html
View file @
92bc32de
...
...
@@ -55,7 +55,7 @@ It aims at preserving your <strong>privacy</strong> and
</div>
<!-- #security -->
<div
class=
"three-blocks bottom"
>
<a
href=
"https://debian.org/"
class=
"noicon"
>
[[!img lib/debian.png]]
</a>
<a
href=
"https://debian.org/"
class=
"noicon"
>
[[!img lib/debian.png
link="no"
]]
</a>
<p
class=
"center"
>
Tails is built upon
<a
href=
"https://debian.org/"
>
Debian
</a>
.
</p>
</div>
...
...
@@ -65,7 +65,7 @@ It aims at preserving your <strong>privacy</strong> and
</div>
<div
class=
"three-blocks bottom"
>
<a
href=
"https://torproject.org/"
class=
"noicon"
>
[[!img lib/tor.png]]
</a>
<a
href=
"https://torproject.org/"
class=
"noicon"
>
[[!img lib/tor.png
link="no"
]]
</a>
<p
class=
"center"
>
Tails sends its traffic through
<a
href=
"https://torproject.org/"
>
Tor
</a>
.
</p>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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