hero move toc styles to theme format quick start

This commit is contained in:
lvuch
2018-04-29 20:10:22 -07:00
parent 9c072b90b4
commit 44242b7d40
3 changed files with 56 additions and 72 deletions
+9
View File
@@ -3,6 +3,15 @@
{{ 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" }}