Modified layout.html to use <div class="inner"> by default
This commit is contained in:
@@ -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" %}
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user