Files
pycom-documentation/layouts/_default/single.html
jirikrepl 2f54d29467 refactor: fixed documentation style - removed shadows
- removed shadow below toolbar
- removed shadow around main content div
- made background around main content div white
2020-01-14 13:19:47 +01:00

16 lines
439 B
HTML

{{ define "main" }}
<v-card flat class="DocSearch-content">
<v-card-text>
{{ if not .Params.disable_breadcrumbs }}
{{ partial "breadcrumb_recursive.html" (dict "menu" .Site.Menus.main "page" . ) }}
{{ end }}
<h1 class="mt-0 pt-0">{{- .Title -}}</h1>
{{- .Content -}}
</v-card-text>
</v-card>
<p>&nbsp;</p>
{{ partial "prev_next.html" (dict "menu" .Site.Menus.main "page" . ) }}
<v-spacer/>
{{ end }}