@ -8,5 +8,7 @@
{{ else }}
© Copyright {{ now.Format "2006"}} {{ .Site.Params.name }}
{{ end }}
| <a href="{{ .Site.BaseURL }}impress">Impressum</a>
</p>
</footer>
@ -0,0 +1,16 @@
{{ partial "head.html" . }}
<body>
{{ partial "nav.html" . }}
<section id="wrapper" >
<article class="post">
<section id="post-body">
{{ .Content }}
</section>
</article>
{{ partial "footer.html" . }}
{{ partial "js.html" . }}
</body>
</html>