summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-07-30 12:35:48 +0200
committerNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-07-30 12:35:48 +0200
commit77b7d7962d40f101428e3201ec8e42a7dc8914ff (patch)
treed0b3d9e38ca4dc92b4882586c33d5f47dc8d50f5
parent726309b762090a908b36734b65af99b5a361e944 (diff)
downloadwww-77b7d7962d40f101428e3201ec8e42a7dc8914ff.tar.gz
www-77b7d7962d40f101428e3201ec8e42a7dc8914ff.tar.bz2
www-77b7d7962d40f101428e3201ec8e42a7dc8914ff.zip
sort howtos alphabetically and fixes some typos
-rw-r--r--howto.html2
-rw-r--r--howtos/changeUbuntuPassphrase.html2
-rw-r--r--howtos/dnsmasq.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/howto.html b/howto.html
index 7dea200..581d4cf 100644
--- a/howto.html
+++ b/howto.html
@@ -8,7 +8,7 @@
<h2>HowTos</h2>
<ul>
- {% for page in site.pages|filter_by_path('howtos/') %}
+ {% for page in site.pages|filter_by_path('howtos/')|sort(attribute='title')%}
<li><a href="{{ page.get_url() }}">{{ page.title }}</a></li>
{% endfor %}
</ul>
diff --git a/howtos/changeUbuntuPassphrase.html b/howtos/changeUbuntuPassphrase.html
index 293ecbe..94989e8 100644
--- a/howtos/changeUbuntuPassphrase.html
+++ b/howtos/changeUbuntuPassphrase.html
@@ -1,5 +1,5 @@
{% meta %}
- title: Change Ubunut Passphrase
+ title: Change Ubuntu Passphrase
{% endmeta %}
{% block content %}
diff --git a/howtos/dnsmasq.html b/howtos/dnsmasq.html
index c89737e..b52c9fc 100644
--- a/howtos/dnsmasq.html
+++ b/howtos/dnsmasq.html
@@ -1,5 +1,5 @@
{% meta %}
- title: configure dnsmmasq for a small network
+ title: Configure dnsmmasq for a small network
{% endmeta %}
{% block content %}