Merge pull request #202 from pycom/algolia-search

added algolia search required css class
This commit is contained in:
Jirka Krepl
2020-01-07 11:41:39 +01:00
committed by GitHub
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" . ) }}