octopress / genesis-theme

A Jekyll theme build on Octopress Ink
MIT License
24 stars 16 forks source link

footer_scripts is not defined #39

Open jilljenn opened 8 years ago

jilljenn commented 8 years ago

In includes/base.html there is the following line:

{% yield footer_scripts %}

I assume it waits for a content_for block, where I could put a Google Analytics script for example. Where should I put it?