summaryrefslogtreecommitdiffstats
path: root/howtos.html
diff options
context:
space:
mode:
authorMarian Sigler <m@qjym.de>2012-10-18 17:08:34 +0200
committerMarian Sigler <m@qjym.de>2012-10-18 17:08:34 +0200
commitde354c097f62d0f109f82d9430e7a05d2ab59c3f (patch)
treed630642870ae39e02145dedc8ba1f1e502d8dcff /howtos.html
parent661559e4864f931cd8b1e5b5e05a1b3bf5eba2db (diff)
downloadwww-de354c097f62d0f109f82d9430e7a05d2ab59c3f.tar.gz
www-de354c097f62d0f109f82d9430e7a05d2ab59c3f.tar.bz2
www-de354c097f62d0f109f82d9430e7a05d2ab59c3f.zip
rename howto to howtos and account to accounts
Diffstat (limited to 'howtos.html')
-rw-r--r--howtos.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/howtos.html b/howtos.html
new file mode 100644
index 0000000..1948b55
--- /dev/null
+++ b/howtos.html
@@ -0,0 +1,16 @@
+{% meta %}
+ title: HowTo
+ top_link: 3
+{% endmeta %}
+
+{% block content %}
+<div id="howtos-index">
+ <h2>HowTos</h2>
+
+ <ul>
+ {% for page in site.pages|filter_by_path('howtos/')|sort(attribute='title')%}
+ <li><a href="{{ page.get_url() }}">{{ page.title }}</a></li>
+ {% endfor %}
+ </ul>
+</div>
+{% endblock %}