summaryrefslogtreecommitdiffstats
path: root/_default.template.html
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-09-19 14:59:53 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2014-09-19 15:02:19 +0200
commitcbb27e8bc159fc7abc4bc23e58cdb704f1759b27 (patch)
tree8a0db0319af6914ee2eab61061b73cc3e6515e8a /_default.template.html
parentb4a81359f189f21cfc37cfdcba8091d3f66461ca (diff)
downloadmksite-alpine-cbb27e8bc159fc7abc4bc23e58cdb704f1759b27.tar.bz2
mksite-alpine-cbb27e8bc159fc7abc4bc23e58cdb704f1759b27.tar.xz
rename _layout.template.html to _default.template.html
Diffstat (limited to '_default.template.html')
-rw-r--r--_default.template.html37
1 files changed, 37 insertions, 0 deletions
diff --git a/_default.template.html b/_default.template.html
new file mode 100644
index 0000000..2cca1a8
--- /dev/null
+++ b/_default.template.html
@@ -0,0 +1,37 @@
+<!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>
+ <section id="page">
+ <header>
+ <span class="icon-alpine-logo"></span>
+ <div class="right">
+ <span>Small Simple Secure</span>
+ <nav>
+ <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>
+ </span>
+ </nav>
+ </div>
+ </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>
+ <article>
+ {{{content}}}
+ </article>
+ <footer>© Copyright 2014 Alpine Linux Development Team all rights reserved | Privacy Policy
+ </footer>
+ </section>
+</body>
+</html>