diff options
Diffstat (limited to 'pelican-bootstrap3/templates/index.html')
-rw-r--r-- | pelican-bootstrap3/templates/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pelican-bootstrap3/templates/index.html b/pelican-bootstrap3/templates/index.html index 29ba7d6..503b11a 100644 --- a/pelican-bootstrap3/templates/index.html +++ b/pelican-bootstrap3/templates/index.html @@ -2,3 +2,6 @@ {% block canonical_rel %}<link rel="canonical" href="{{ SITEURL }}">{% endblock %} +{% block banner %} + {% include 'includes/banner.html' %} +{% endblock %}
\ No newline at end of file |