forked from I2P_Developers/i2p.www
Fixed page include bugs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{% extends "_layout.html" %}
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title %}Tunnel Creation{% endblock %}
|
||||
{% block lastupdated %}August 2010{% endblock %}
|
||||
{% block accuratefor %}0.8{% endblock %}
|
||||
|
@@ -196,7 +196,7 @@ Change into the directory <code><b>$HOME/.monotone</b></code> and open the file
|
||||
<code>monotonerc</code> with a text editor. Copy and paste the following two functions into this file:
|
||||
<p>
|
||||
|
||||
{% include "_monotonerc.html" %}
|
||||
{% include "include/monotonerc.html" %}
|
||||
|
||||
<p>
|
||||
The first function determines an intersection between two sets, in our case a
|
||||
|
Reference in New Issue
Block a user