Browse Source

Merge pull request #281 from moxiegirl/search360-update

Fixing the content groups
feat/clarity-updates
Moxiegirl 6 years ago
committed by GitHub
parent
commit
46656b792a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 15
      _includes/search-hero.html
  2. 15
      _includes/search.html

15
_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'
},

15
_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'
},

Loading…
Cancel
Save