Modified layout.html to use <div class="inner"> by default

This commit is contained in:
str4d
2012-09-11 00:09:39 +00:00
parent a2bc992a49
commit 4f9ef2b711
2 changed files with 5 additions and 1 deletions

View File

@@ -18,7 +18,11 @@
{% include "global/nav.html" %}
</div>
<div id="content">
{% block content_outer %}
<div class="inner">
{% block content %}{% endblock %}
</div>
{% endblock %}
</div>
<div id="footer">
{% include "global/footer.html" %}

View File

@@ -1,6 +1,6 @@
{% extends "global/layout.html" %}
{% block title %}The Invisible Internet Project{% endblock %}
{% block content %}
{% block content_outer %}
<div class="main">
<h1>What does I2P do for you?</h1>
<p>The I2P network provides strong privacy protections for communication over the Internet. Many activities that would risk your privacy on the public Internet can be conducted anonymously on I2P.</p>