diff --git a/_includes/search-hero.html b/_includes/search-hero.html index 5491f04f..3c1749cf 100644 --- a/_includes/search-hero.html +++ b/_includes/search-hero.html @@ -3,7 +3,22 @@ var ss360Config = { /* Your site id */ siteId: 'blockstack', + showErrors: true, + accessibility: { + isMainContent: true + }, /* A CSS selector that points to your search box */ + layout: { + navigation: { + position: "top" + }, + mobile: { + showUrl: true + }, + desktop: { + showUrl: true + } + }, searchBox: { selector: '#searchBox' }, diff --git a/_includes/search.html b/_includes/search.html index 30e72a2c..6ae4b71d 100644 --- a/_includes/search.html +++ b/_includes/search.html @@ -3,7 +3,22 @@ var ss360Config = { /* Your site id */ siteId: 'blockstack', + showErrors: true, + accessibility: { + isMainContent: true + }, /* A CSS selector that points to your search box */ + layout: { + navigation: { + position: "top" + }, + mobile: { + showUrl: true + }, + desktop: { + showUrl: true + } + }, searchBox: { selector: '#searchBox' },