summaryrefslogtreecommitdiffstats
path: root/_default.template.html
diff options
context:
space:
mode:
Diffstat (limited to '_default.template.html')
-rw-r--r--_default.template.html22
1 files changed, 14 insertions, 8 deletions
diff --git a/_default.template.html b/_default.template.html
index e416d37..f932699 100644
--- a/_default.template.html
+++ b/_default.template.html
@@ -8,24 +8,30 @@
</head>
<body>
<header>
+ <div class="left" style="padding: 10pt;">
<span class="icon-alpine-logo"></span>
- <div class="right">
+ </div>
+ <div id="pagenav">
+ <nav>
+ <a href="/" class="{{pagestate.index}}">home</a>
+ <a href="/downloads" class="{{pagestate.downloads/index}}">downloads</a>
+ <a href="/about" class="{{pagestate.about/index}}">about</a>
+ <a href="/community" class="{{pagestate.community/index}}">community</a>
+ </nav>
+ </div>
+ <div class="right" style="padding: 10pt;" id="sitenav">
<span>Small Simple Secure</span>
- <nav>
+ <nav id="#sitenav">
<span class="right">
<a href="http://wiki.alpinelinux.org">wiki</a>
<a href="http://git.alpinelinux.org">git</a>
<a href="http://bugs.alpinelinux.org">bugs</a>
+ <a href="http://alpinelinux.org/forum">forums</a>
</span>
</nav>
</div>
+ <p/>
</header>
- <nav>
- <a href="/" class="{{pagestate.index}}">home</a>
- <a href="/downloads" class="{{pagestate.downloads/index}}">downloads</a>
- <a href="/about" class="{{pagestate.about/index}}">about</a>
- <a href="/community" class="{{pagestate.community/index}}">community</a>
- </nav>
<div class="hidden">
<article>{{{content}}}</article>
</div>