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:
str4d
2012-12-19 02:53:11 +00:00
parent e6287d4edb
commit 766c8059f4
2 changed files with 2 additions and 1 deletions

View File

@@ -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" />

View File

@@ -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">