diff options
Diffstat (limited to '_layout.template.html')
| -rw-r--r-- | _layout.template.html | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/_layout.template.html b/_layout.template.html deleted file mode 100644 index 2cca1a8..0000000 --- a/_layout.template.html +++ /dev/null @@ -1,37 +0,0 @@ -<!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> |
