aboutsummaryrefslogtreecommitdiffstats
path: root/templates/aggregator/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/aggregator/base.html')
-rw-r--r--templates/aggregator/base.html24
1 files changed, 14 insertions, 10 deletions
diff --git a/templates/aggregator/base.html b/templates/aggregator/base.html
index 66ea7c0..8f752bd 100644
--- a/templates/aggregator/base.html
+++ b/templates/aggregator/base.html
@@ -12,16 +12,20 @@
<a href="/"><img src="/static/logo.png" id="logo"></a>
- <h1 id="sitetitle">
- <span id="blue">ryu</span><span id="orange">slash</span>
- </h1>
- <div id="sitesubtitle">
- Will this ever really be my website?
- {% for category in categories %}
- <a class="category"
- href="/{{ category.name|slugify }}/">{{ category.name }}</a>
- {% endfor %}
- </div>
+ <header>
+ <hgroup>
+ <h1 id="sitetitle">
+ <span id="blue">ryu</span><span id="orange">slash</span>
+ </h1>
+ <h2 id="sitesubtitle">
+ Will this ever really be my website?
+ {% for category in categories %}
+ <a class="category"
+ href="/{{ category.name|slugify }}/">{{ category.name }}</a>
+ {% endfor %}
+ </h2>
+ </hgroup>
+ </header>
{% block menu %}{% endblock %}