GSA / auctions_api

An API for GSA auctions data.
http://gsa.github.io/auctions_api
The Unlicense
3 stars 8 forks source link

Fix missing api key in the example URL on the signup confirmation page #21

Closed GUI closed 10 years ago

GUI commented 10 years ago

When signing up, I noticed that the user's api key wasn't actually present in example URL given after we made the change in #20. It turns out Jekyll/GitHub pages was gobbling that. Sorry for missing this earlier!

This adds jekyll raw tags to prevent the {{api_key}} from disappearing. Our use of double braces was interfering with what Jekyll and GitHub Pages does.

kishoregh commented 10 years ago

Great !! Thanks Nick.