Add exampleSite and fix crappy description positioning and size

This commit is contained in:
Tony Blyler 2016-11-09 16:26:34 -05:00
parent d4c858a4f9
commit 507c0a2162
9 changed files with 1813 additions and 3 deletions
layouts/partials

View file

@ -20,6 +20,9 @@
<h1>{{ .Site.Title }}</h1>
{{ end }}
</a>
{{ if .Site.Params.description }}
<h4>{{ .Site.Params.description }}</h4>
{{ end }}
<div id="social">
{{ $icon_size := "64px" }}
{{ if .Site.Params.email }}
@ -48,9 +51,6 @@
</a>
{{ end }}
</div>
{{ if .Site.Params.description }}
<p>{{ .Site.Params.description }}</p>
{{ end }}
<div class="links">
<a href="/">Home</a>
{{ range first 1 (where .Site.Pages "Type" "post") }}