diff --git a/source/docs/theme/template/index.markdown b/source/docs/theme/template/index.markdown index d705211..9d5c145 100644 --- a/source/docs/theme/template/index.markdown +++ b/source/docs/theme/template/index.markdown @@ -36,7 +36,7 @@ Finally, `source/index.html` can become the landing page of your wildest dreams. ## Changing the <HEAD> -If you want to add to the ``take a look at `/source/_includes/custom/head.html`. +If you want to add scripts or tags to the `` take a look at `/source/_includes/custom/head.html`. {% codeblock <HEAD> (source/_includes/custom/head.html) %} {% render_partial ../.themes/classic/source/_includes/custom/head.html raw %} @@ -44,6 +44,8 @@ If you want to add to the ``take a look at `/source/_includes/custom/head. Here you can easily change or remove the [Google Webfonts](http://google.com/webfonts), insert javascripts, etc. +If you'd rather inject scripts at the bottom of the page, you can add that to `/source/_includes/custom/after_footer.html`. + ### Changing the sidebar Octopress integrates with some [3rd party services](/docs/configuring/#third_party) like Twitter, Pinboard and Delicious which appear in the sidebar. In the `_config.yml` you can rearrange these, create custom sidebars for each layout, and add your own sidebar sections.