Browse Source

Hoist footer so colorbox can use it too

pull/347/head
Edwin Steele 8 years ago
parent
commit
59bef3d139
  1. 8
      sigal/themes/colorbox/templates/base.html
  2. 0
      sigal/themes/default/templates/footer.html

8
sigal/themes/colorbox/templates/base.html

@ -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">

0
sigal/themes/galleria/templates/footer.html → sigal/themes/default/templates/footer.html

Loading…
Cancel
Save