Add partial layouts for header and footer

This commit is contained in:
Philipp Oppermann
2016-02-14 15:31:01 +01:00
parent bccf9f9166
commit fc6653d780
3 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
{{ partial "head.html" . }}
<body>
<div class="container content">
<header class="masthead">
<h3 class="masthead-title">
<a href="/" title="Home">{{ .Site.Title }}</a>
<small>{{ replace .Site.Params.subtitle " " "&nbsp;" | safeHTML }}</small>
</h3>
</header>
<main>