This commit is contained in:
Vincent Fiduccia
2018-04-27 01:41:46 -07:00
parent 7060477f28
commit 16feeacbf6
5 changed files with 58 additions and 68 deletions
-10
View File
@@ -3,16 +3,6 @@
{{ end }}
{{ define "hero" }}
<section class="hero">
{{ with .Params.Title }}
<h1>{{ . }}</h1>
{{end}}
{{ with .Params.Author }}
<span class="byline bg-link">{{ . }}</span>
{{end}}
</section>
{{ end }}
{{ define "main" }}