# HG changeset patch # User Erik Grinaker # Date 1268071709 -25200 # Node ID 69984575061bd820fd30181dbcbf186c4a6c956d # Parent 6889755530a255eabf41b0b9c368b94119d08223 added google analytics support in documentation diff -r 6889755530a255eabf41b0b9c368b94119d08223 -r 69984575061bd820fd30181dbcbf186c4a6c956d doc/source/templates/layout.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/source/templates/layout.html Tue Mar 09 01:08:29 2010 +0700 @@ -0,0 +1,27 @@ +{% extends "!layout.html" %} + +{%- block extrahead %} +{{ super() }} + +{% endblock %} + +{% block footer %} +{{ super() }} + +{% endblock %}