Skip to content

Commit 3abf97a

Browse files
author
Jirka Krepl
authored
Merge pull request #202 from pycom/algolia-search
added algolia search required css class
2 parents dbda827 + e515a9e commit 3abf97a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

layouts/_default/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{ define "main" }}
2-
<v-card>
2+
<v-card class="DocSearch-content">
33
<v-card-text>
44
{{ if not .Params.disable_breadcrumbs }}
55
{{ partial "breadcrumb_recursive.html" (dict "menu" .Site.Menus.main "page" . ) }}

layouts/_default/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{ define "main" }}
2-
<v-card>
2+
<v-card class="DocSearch-content">
33
<v-card-text>
44
{{ if not .Params.disable_breadcrumbs }}
55
{{ partial "breadcrumb_recursive.html" (dict "menu" .Site.Menus.main "page" . ) }}

0 commit comments

Comments
 (0)