summaryrefslogtreecommitdiffstats
path: root/_default.template.html
blob: 4bb1f10f43fd9dcebecc123707e31c95f6f7deb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!doctype html>
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="stylesheet" href="//yui-s.yahooapis.com/pure/0.6.0/pure-min.css">
  <title>{{title}} | Alpine Linux</title>
  <link rel="stylesheet" type="text/css" href="/styles.css"/>
  <link rel="stylesheet" type="text/css" href="/font.css"/>
  <link rel="stylesheet" type="text/css"
	href='//fonts.googleapis.com/css?family=Open+Sans:400,300,600' />
  <link rel="shortcut icon" href="/alpine-logo.ico" />

 </head>
 <body>
  <header>
   <div id="sitenav">
    <nav>
     <a href="https://wiki.alpinelinux.org">wiki</a>
     <a href="http://git.alpinelinux.org">git</a>
     <a href="https://bugs.alpinelinux.org/projects/alpine/issues">bugs</a>
     <a href="https://forum.alpinelinux.org/forum">forums</a>
     <a href="https://pkgs.alpinelinux.org">packages</a>
    </nav>
   </div>
   <a class="alpine-logo left" href="/">
    <span class="icon-alpine-logo"></span>
   </a>
   <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>
     <a href="/sponsors" class="{{pagestate.sponsors/index}}">sponsors</a>
    </nav>
   </div>
   <p></p>
  </header>
  <div id="wide-content">
   <article>
   {{#pubdate}}
   <p><time>{{pubdate}}</time></p>
   {{/pubdate}}

<!-- content -->
{{{content}}}
<!-- end of content -->

   </article>
  </div>
  <footer>© Copyright 2016 Alpine Linux Development Team all rights reserved | <a href="/privacy-policy.html">Privacy Policy</a>
  </footer>
 </body>
</html>