Mobile page title

This commit is contained in:
Patrick
2019-04-19 11:39:08 -07:00
parent 1b3f77d09c
commit 7e945ead82
3 changed files with 6 additions and 81 deletions
+1 -16
View File
@@ -1,19 +1,4 @@
{{ define "hero" }}
<section class="hero">
<div class="wrapper">
<div class="row center-xs">
<div class="col-md-8 p-b-lg">
{{ with .Params.pageHeader }}
<h1>{{ . }}</h1>
{{end}}
{{ with .Params.description }}
<p class="p-t-sm">{{ . }}</p>
{{end}}
</div>
</div>
</div>
</section>
{{ end }}
{{ define "main" }}
<div>
+5 -1
View File
@@ -48,7 +48,11 @@
</div>
<div class="guide-menus-activator">
Quick start guides
{{ if .Title }}
{{.Title}}
{{ else }}
Quick Start Guide
{{end}}
<span class="indicator">
<span class="object1"></span>