forked from I2P_Developers/i2p.www
Keep the current website's title for the front page (to help keep its existing page rank for "anonymous network")
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>{% block title %}{% endblock %} - I2P</title>
|
||||
<title>{% block title_outer %}{% block title %}{% endblock %} - I2P{% endblock %}</title>
|
||||
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='styles/' + g.theme + '.css') }}" title="{{ g.theme }}" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="{{ url_for('static', filename='favicon.ico') }}" />
|
||||
<meta name="robots" content="NOODP" />
|
||||
|
@@ -1,4 +1,5 @@
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title_outer %}{% trans %}I2P Anonymous Network{% endtrans %}{% endblock %}
|
||||
{% block title %}{% trans %}The Invisible Internet Project{% endtrans %}{% endblock %}
|
||||
{% block content_outer %}
|
||||
<div class="main">
|
||||
|
Reference in New Issue
Block a user