forked from I2P_Developers/i2p.www
hide labs page and replace download with get on the browser page
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
{%- set icon = 'images/browser/garlic.svg' -%}
|
||||
{%- set link = 'https://download.i2p2.de/experimental/i2pbrowser-beta4/windows64/i2pbrowser-install-win64-2.0-beta4_en-US.exe' -%}
|
||||
{% call browser_download(name, icon, link) %}
|
||||
Download I2P Browser for Windows
|
||||
Get I2P Browser for Windows
|
||||
{% endcall %}
|
||||
|
||||
{%- elif detected_os == 'macosx' -%}
|
||||
@@ -48,7 +48,7 @@
|
||||
{%- set icon = 'images/browser/garlic.svg' -%}
|
||||
{%- set link = 'https://download.i2p2.de/experimental/i2pbrowser-beta4/macosx64/I2PBrowser-2.0-beta4-osx64_en-US.dmg' -%}
|
||||
{% call browser_download(name, icon, link) %}
|
||||
Download I2P Browser for Mac OS X
|
||||
Get I2P Browser for Mac OS X
|
||||
{% endcall %}
|
||||
|
||||
{%- elif detected_os == 'linux' -%}
|
||||
@@ -56,7 +56,7 @@
|
||||
{%- set icon = 'images/browser/garlic.svg' -%}
|
||||
{%- set link = 'https://download.i2p2.de/experimental/i2pbrowser-beta4/linux64/i2p-browser-linux64-2.0-beta4_en-US.tar.xz' -%}
|
||||
{% call browser_download(name, icon, link) %}
|
||||
Download I2P Browser for Linux x64
|
||||
Get I2P Browser for Linux x64
|
||||
{% endcall %}
|
||||
|
||||
{%- endif -%}
|
||||
|
@@ -22,7 +22,7 @@
|
||||
|
||||
|
||||
<section id="download">
|
||||
<h1>{{ _('Download I2P Browser') }}</h1>
|
||||
<h1>{{ _('Get I2P Browser') }}</h1>
|
||||
|
||||
<p>{% trans -%}
|
||||
The Invisible Internet Browser is a fork of TorBrowser/Mozilla Firefox ESR
|
||||
|
Reference in New Issue
Block a user