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

@ -21,14 +21,21 @@ def browser_download():
def browser_releasenotes():
return render_template('site/browser/releasenotes.html')
def browser_known_issues():
return render_template('site/browser/known_issues.html')
#def browser_known_issues():
# return render_template('site/browser/known_issues.html')
def browser_troubleshooting():
return render_template('site/browser/troubleshooting.html')
#def browser_troubleshooting():
# return render_template('site/browser/troubleshooting.html')
#def browser_updating():
# return render_template('site/browser/updating.html')
def browser_develop():
return render_template('site/browser/develop.html')
def browser_donate():
return render_template('site/browser/donate.html')
def browser_updating():
return render_template('site/browser/updating.html')
def browser_faq():
if request.headers.get('X-I2P-Desthash') and not request.headers.get('X-Forwarded-Server'):