Help bullets added via <ul class="helplist"> to howto.html

This commit is contained in:
z3d
2009-06-12 19:35:40 +00:00
parent 9368578b76
commit b7837e4cde
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{% extends "_layout.html" %}
{% block title %}Howto{% endblock %}
{% block content %}<ul>
{% block content %}<ul class="helplist">
<li><a href="http://forum.i2p2.de/viewtopic.php?t=54">Installing Java for I2P on FreeBSD</a></li>
<li><a href="howto_blojsom">Installing blojsom for an eepsite</a></li>
<li><a href="http://forum.i2p2.de/viewtopic.php?t=194#578">Run eepsite(s) with Apache</a></li>

View File

@ -1,6 +1,6 @@
{% extends "_layout_de.html" %}
{% block title %}Howto{% endblock %}
{% block content %}<ul>
{% block content %}<ul class="helplist">
<li><a href="http://forum.i2p2.de/viewtopic.php?t=54">Installieren von Java f&uuml;r I2P auf FreeBSD</a></li>
<li><a href="howto_blojsom">Installieren von blojsom f&uuml;r eine eepsite</a></li>
<li><a href="http://forum.i2p2.de/viewtopic.php?t=194#578">Betrieb von eepsite(s) mit dem Apache</a></li>