summaryrefslogtreecommitdiffstats
path: root/_base.html
diff options
context:
space:
mode:
authorMarian Sigler <m@qjym.de>2012-10-18 17:33:20 +0200
committerMarian Sigler <m@qjym.de>2012-10-18 17:34:59 +0200
commita0373ecc8a576a528985653933b5a95b4114ca72 (patch)
tree5703751c6c9bc4b829a6c58cbb225d3d49a73458 /_base.html
parentde354c097f62d0f109f82d9430e7a05d2ab59c3f (diff)
downloadwww-a0373ecc8a576a528985653933b5a95b4114ca72.tar.gz
www-a0373ecc8a576a528985653933b5a95b4114ca72.tar.bz2
www-a0373ecc8a576a528985653933b5a95b4114ca72.zip
font bigger, links not bold, and other little changes
Diffstat (limited to '_base.html')
-rw-r--r--_base.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/_base.html b/_base.html
index 1fbd7d3..b597310 100644
--- a/_base.html
+++ b/_base.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html lang="en">
+<html lang="de">
<head>
<meta charset="utf-8" />
<meta name="author" content="{{ author }}" />
@@ -26,8 +26,8 @@
</a>
<nav>
- {% for page in site.pages|filter_by_attr('top_link')|sort(attribute='top_link')%}
- <a href="{{page.get_url()}}">{{page.title}}</a>
+ {% for page in site.pages|filter_by_attr('top_link')|sort(attribute='top_link') %}
+ <a href="{{ page.get_url() }}">{{ page.title }}</a>
{% endfor %}
</nav>
</header>