Skip to content

Commit

Permalink
add param for fork link
Browse files Browse the repository at this point in the history
  • Loading branch information
JugglerX committed Nov 12, 2020
1 parent eb88a29 commit 27569f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/supporting-files/stackbit-banner.html.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ module.exports = `<div id="theme-bar" class="theme-bar theme-bar-fixed theme-bar
themeBarProperties = {
themeBarTitle: searchParams.get("themeBarTitle"),
themeBarFork: searchParams.get("themeBarFork"),
themeBarForkLink: searchParams.get("themeBarForkLink"),
themeBarNewSite: searchParams.get("themeBarNewSite"),
themeBarNewSiteLink: searchParams.get("themeBarNewSiteLink"),
themeBarNewSiteTheme: searchParams.get("themeBarNewSiteTheme"),
Expand Down

0 comments on commit 27569f8

Please sign in to comment.