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:
jirikrepl
2020-01-07 11:03:36 +01:00
parent b06765abd0
commit 6e99f42af8
2 changed files with 2 additions and 2 deletions

View File

@@ -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" . ) }}

View File

@@ -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" . ) }}