##Installing the banner on Octopress
If you're using Octopress, it's pretty simple to add the banner to your site:
- Go to your Octopress installation path
- Touch a file in
source/_includes/thedaywefightback.html
- Place the main javascript snippet in
thedaywefightback.html
, as is - Put the file name above (without path) into
source/_includes/after_footer.html
Then you're done. The file source/_includes/after_footer.html
should now look something like this:
{% include disqus.html %}
{% include thedaywefightback.html %}
{% include custom/after_footer.html %}