Update the menus, add the browser pages, re-organize site navigation

This commit is contained in:
hankhill19580
2019-09-04 17:25:47 +00:00
parent 7dad2890ef
commit 589b0cfa96
17 changed files with 388 additions and 143 deletions

View File

@@ -53,6 +53,11 @@
{%- set filename = 'I2PMacLauncher-%s-beta-'+i2p_macosx_launcher_version+'.dmg' -%}
{%- set signame = 'I2PMacLauncher-%s-beta-'+i2p_macosx_launcher_version+'.dmg.sig' -%}
{%- set hash = i2p_macnative_hash -%}
{%- elif type == 'docker' -%}
{%- set name = _('Docker') -%}
{%- set icon = 'images/download/docker.png' -%}
{%- set filename = '' -%}
{%- set hash = 'geti2p/i2p@sha256:e622209388edc49b99d8216baa731b1f54a0634c87cd47c1739f2188891daf3a' -%}
{%- else -%}
{%- if type == 'mac' -%}
{%- set name = 'Mac OS X' -%}