Initial commit.

This commit is contained in:
Shawn O'Hare 2015-12-29 18:35:20 -08:00
commit b3a2e36507
50 changed files with 2152 additions and 0 deletions
layouts/partials

View file

@ -0,0 +1,7 @@
<div class="header">
<div class="brand">
<h1>{{ .Site.Title}}</h1>
<h2>{{ .Site.Params.subtitle }}</h2>
{{ partial "nav.html" . }}
</div>
</div>