Restoring "extrahead" block in layout.html

This commit is contained in:
Eric Hough 2014-01-06 02:08:20 -05:00
parent 6dd2f3efc3
commit cb44a290a9

View File

@ -67,6 +67,7 @@
<link rel="prev" title="{{ prev.title|striptags|e }}" href="{{ prev.link|e }}"/>
{%- endif %}
{%- endblock %}
{%- block extrahead %} {% endblock %}
{# Keep modernizr in head - http://modernizr.com/docs/#installing #}
<script src="http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script>