18F / pages-server

DEPRECATED: Static website publishing server for 18F Pages
https://www.npmjs.com/package/18f-pages-server
Other
11 stars 3 forks source link

Pages footer should be able to link to 18f-pages-staging branch instead of 18f-pages #16

Open wslack opened 8 years ago

wslack commented 8 years ago

cc @mbland, @arowla, @ccostino (unsure who owns this besides Mike)

mbland commented 8 years ago

With the changes from #18, whereby the branch is explicitly passed into the SiteBuilder now, this is now easy to implement. In this server, we'll just have to pass the branch name through as a new generated configuration variable. Then, in 18F/guides-style, we'll update lib/guides_style_18f/includes/footer.html to use this new variable.