mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 05:28:22 +00:00
Mobile page title
This commit is contained in:
+1
-16
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user