summaryrefslogtreecommitdiffstats
path: root/_default.template.html
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-09-23 14:28:59 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2014-09-23 14:28:59 +0200
commit17c621aea299a153ae00bcd79462ecced46b5e9e (patch)
treeb1246bddb8248d86f1f35d2e7458c9aa93f766dd /_default.template.html
parent52072bd613ff3cf6566235265e3ad4ea08db2c57 (diff)
downloadmksite-alpine-17c621aea299a153ae00bcd79462ecced46b5e9e.tar.bz2
mksite-alpine-17c621aea299a153ae00bcd79462ecced46b5e9e.tar.xz
clean up and indent in html
Diffstat (limited to '_default.template.html')
-rw-r--r--_default.template.html55
1 files changed, 29 insertions, 26 deletions
diff --git a/_default.template.html b/_default.template.html
index a5eff37..a61f2e4 100644
--- a/_default.template.html
+++ b/_default.template.html
@@ -1,41 +1,44 @@
<!doctype html>
<html>
-<head>
-<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
-<title>{{title}} | Alpine Linux</title>
-<link rel="stylesheet" type="text/css" href="/styles.css"/>
-<link rel="stylesheet" type="text/css" href="/font.css"/>
-</head>
-<body>
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+ <title>{{title}} | Alpine Linux</title>
+ <link rel="stylesheet" type="text/css" href="/styles.css"/>
+ <link rel="stylesheet" type="text/css" href="/font.css"/>
+ </head>
+ <body>
<header>
- <div class="left" style="padding: 10pt;">
+ <div class="left" style="padding: 10pt;">
<span class="icon-alpine-logo"></span>
- </div>
- <div id="pagenav">
+ </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="margin: 2em 0 0 0;" id="sitenav">
<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="margin: 2em 0 0 0;" id="sitenav">
-<!-- <span>Small Simple Secure</span> -->
- <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/>
+ </nav>
+ </div>
+ <p></p>
</header>
<div class="hidden">
- <article>{{{content}}}</article>
+ <article>
+
+<!-- content -->
+{{{content}}}
+<!-- end of content -->
+
+ </article>
</div>
<footer>© Copyright 2014 Alpine Linux Development Team all rights reserved | Privacy Policy
</footer>
-</body>
+ </body>
</html>