mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 03:04:13 +01:00
feat: added "algolia search" css class to layout templates
hugo uses single and list templates: https://gohugo.io/templates/lists/ https://gohugo.io/templates/single-page-templates/ we use single templates for "leaf" pages at the bottom of and list templates for all other pages
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{{ define "main" }}
|
||||
<v-card>
|
||||
<v-card class="DocSearch-content">
|
||||
<v-card-text>
|
||||
{{ if not .Params.disable_breadcrumbs }}
|
||||
{{ partial "breadcrumb_recursive.html" (dict "menu" .Site.Menus.main "page" . ) }}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{ define "main" }}
|
||||
<v-card>
|
||||
<v-card class="DocSearch-content">
|
||||
<v-card-text>
|
||||
{{ if not .Params.disable_breadcrumbs }}
|
||||
{{ partial "breadcrumb_recursive.html" (dict "menu" .Site.Menus.main "page" . ) }}
|
||||
|
||||
Reference in New Issue
Block a user