Begin slow migration to Hugo...

This commit is contained in:
Chris Hodapp
2020-01-31 17:46:38 -05:00
parent f12c4b3773
commit 921b0e88fc
180 changed files with 2084 additions and 285 deletions

View File

@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="{{ .Site.LanguageCode }}">
{{ partial "head.html" . }}
<body>
<div id="sitelogo">
<a class="glyph" alt="Home" href="{{ .Site.BaseURL }}"><img src={{ "images/site-logo.svg" | absURL }} alt="Site Logo" height="64px" width="64px"></a>
</div>
<header>
{{ partial "pagenav.html" . }}
{{ if not .IsPage }}
<div id="site-header">
<h1>{{ .Site.Title }}</h1>
{{ with .Site.Params.subtitle }}
<p>
{{ . }}
</p>
{{ end }}
</div>
{{ end }}
</header>