more menu setup

This commit is contained in:
lvuch
2018-04-23 17:02:17 -07:00
parent 52b6de4f9c
commit 3b7bc89e41
82 changed files with 599 additions and 273 deletions
+1 -6
View File
@@ -3,7 +3,6 @@
{{ end }}
{{ define "hero" }}
<!-- theme/layouts/_default/list.html-->
<section class="hero">
{{ with .Params.Title }}
<h1>{{ . }}</h1>
@@ -28,7 +27,7 @@
{{ partial "docs-side-nav.html" . }}
</div>
</aside>
<article class="col-sm-8 col-xs-12 p-r-lg">
<article class="col-sm-8 col-xs-12 p-l-lg">
<div class="main-content ">
{{ .Content }}
@@ -67,10 +66,6 @@
{{end}}
{{end}}
<!-- {{ with .Params.Date }}
<div class="p-h-sm p-v-xs"><i class="material-icons">event</i> By: {{ .Format "January 2, 2006" }}</div>
{{end}} -->
{{ if eq .Section "blog" }}
<div class="p-h-sm p-v-xs"><i class="material-icons">timer</i> Read Time: {{.ReadingTime}} minutes</div>
{{end}}