Browse Source
Merge pull request #281 from moxiegirl/search360-update
Fixing the content groups
feat/clarity-updates
Moxiegirl
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
30 additions and
0 deletions
-
_includes/search-hero.html
-
_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' |
|
|
|
}, |
|
|
|
|
|
@ -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' |
|
|
|
}, |
|
|
|