Some more url migrations
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
<body>
|
||||
<div class="hide"><a href="#content" title="Skip navigation" accesskey="2">Skip navigation</a></div>
|
||||
<div id="branding">
|
||||
<h1 id="logo"><a href="/"><img src="{{ url_for('static', filename='images/logo_medium.png') }}" alt="I2P" /></a></h1>
|
||||
<h1 id="logo"><a href="{{ url_for('site_show', lang=g.lang) }}"><img src="{{ url_for('static', filename='images/logo_medium.png') }}" alt="I2P" /></a></h1>
|
||||
<div class="title">{{ self.title() }}</div>
|
||||
</div>
|
||||
<div class="navigation">
|
||||
|
@ -1,6 +1,6 @@
|
||||
<ul class="sections nav">
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="download.html">Download</a></li>
|
||||
<li><a href="{{ url_for('site_show', lang=g.lang) }}">Home</a></li>
|
||||
<li><a href="{{ url_for('downloads_list', lang=g.lang) }}">Download</a></li>
|
||||
<li><a href="#">Docs</a>
|
||||
<ul>
|
||||
<li><a href="how.html"> How does it work?</a></li>
|
||||
@ -18,10 +18,10 @@
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href='#'>Volunteer</a></li>
|
||||
<li><a href="news.html">News</a>
|
||||
<li><a href="#">News</a>
|
||||
<ul class="leftbutton">
|
||||
<li><a href="announcements.html"> Announcements</a></li>
|
||||
<li><a href="meetings.html"> Meetings</a></li>
|
||||
<li><a href="{{ url_for('blog_index', lang=g.lang) }}"> Announcements</a></li>
|
||||
<li><a href="{{ url_for('meetings_index', lang=g.lang) }}"> Meetings</a></li>
|
||||
<li><a href="roadmap.html"> Roadmap</a></li>
|
||||
<li><a href="todo.html"> Task list</a></li>
|
||||
</ul>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<div class="main">
|
||||
<h1>What does I2P do for you?</h1>
|
||||
<p>The I2P network provides strong privacy protections for communication over the Internet. Many activities that would risk your privacy on the public Internet can be conducted anonymously on I2P.</p>
|
||||
<a class="get-i2p" href="download.html">Get I2P 0.9.1</a>
|
||||
<a class="get-i2p" href="{{ url_for('downloads_list', lang=g.lang) }}">Get I2P 0.9.1</a>
|
||||
</div>
|
||||
<div class="aside-wrap">
|
||||
<div class="aside">
|
||||
|
Reference in New Issue
Block a user