mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-26 21:18:04 +00:00
more menu setup
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user