No plugin needed for a xml feed
[blog.git] / _layouts / default.html
1 ---
2 layout: compress
3 ---
4 <!DOCTYPE html>
5 <html lang='en-GB'>
6 <head>
7
8 <meta charset="UTF-8">
9 <title>{{ page.title }}</title>
10 <meta name='description' content="{{description}}">
11 <meta name='author' content="{{auth.name}}">
12 <meta name='viewport' content='width=device-width, initial-scale=1.0, minimum-scale=1.0'>
13 <link type="application/atom+xml" rel="alternate" href="/atom.xml" title="Ganneff's Little Blog" />
14 <link href="/assets/css/style.css" rel="stylesheet" />
15 <link rel='canonical' href="{{site.url}}{{page.url}}">
16
17 <!--[if lt IE 9]>
18 <script src="/assets/js/html5shiv.js"></script>
19 <![endif]-->
20
21 </head>
22 <body>
23 <header id="header" itemscope itemtype='http://schema.org/WPHeader'>
24 <hgroup>
25 <h1 class="site-title">{{ site.name }}</h1>
26 <h2 class="site-description">{{ site.description }}</h2>
27 </hgroup>
28 </header>
29
30 <div id="page">
31 <div id="sidebar">
32 <nav role="navigatiuon" >
33 <ul>
34 <li><a href="/">Home</a></li>
35 <li><a href="/category">Categories</a></li>
36 <li><a href="/archives">Archive</a></li>
37 <li><a href="/about">About</a></li>
38 <li><a href="https://git.ganneff.de/">Git</a></li>
39 <li><a href="https://github.com/Ganneff">Github</a></li>
40 <li><a href="/atom.xml">Feed</a></li>
41 </ul>
42 </nav>
43 </div>
44
45 <div id="content" role="main" itemscope itemtype='http://schema.org/Blog'>
46 {{ content }}
47 </div>
48 </div>
49
50 <footer id="footer" itemscope itemtype="http://schema.org/WPFooter">
51 <p class="copyright">Copyright &copy; 2004 - {{ site.time | date: '%Y' }} Joerg Jaspert.</p>
52 <div id="license">
53 <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/de/">
54 <img alt="Creative Commons License" src="https://i.creativecommons.org/l/by-nc-sa/3.0/de/88x31.png" /></a>
55 <p>This weblog is licensed under a <a href="https://creativecommons.org/licenses/by-nc-sa/3.0/de/">Creative Commons License</a>.</p>
56 </div>
57 </footer>
58
59 </body>
60 </html>