Hoist footer so colorbox can use it too

This commit is contained in:
Edwin Steele
2018-10-10 17:14:58 +11:00
parent b1917cf842
commit 59bef3d139
2 changed files with 1 additions and 7 deletions

View File

@@ -36,13 +36,7 @@
</ul>
</nav>
{% endif %}
<footer>
<p>{% if album.author %}&copy; {{ album.author }} - {% endif %}
Generated by <a href="{{ sigal_link }}">sigal</a>
{% if 'sigal.plugins.feeds' in settings.plugins %}
{% if settings.rss_feed %}<br><a href={{ settings.rss_feed.feed_url }}>RSS Feed</a>{% endif %}
{% if settings.atom_feed %}<br><a href={{ settings.atom_feed.feed_url }}>Atom Feed</a>{% endif %}{% endif %}</p>
</footer>
{% include 'footer.html' %}
</div>
</div>
<div id="main" role="main" class="nine columns offset-by-three">