puppetboard/templates/layout: Removing the footer bar

This bar reduces the available vertical space and other maintainers feel
it better to remove it than to modify it.

Also reducing the specific mention of @daenney from README.rst since he
has steped down as main project maintainer.
This commit is contained in:
Corey Hammerton
2015-11-05 21:37:58 -05:00
parent 6f6bd0585a
commit 61fc5994fb
2 changed files with 3 additions and 10 deletions

View File

@@ -54,12 +54,6 @@
<i class="large arrow up icon"></i>
</div>
<footer class="ui absolute fixed bottom">
<div>
Copyright &copy; 2013-{{ now('%Y') }} <a href="https://github.com/daenney" target="_blank">Daniele Sluijters</a>. <span style="float:right">Live from PuppetDB.</span>
</div>
</footer>
{% if config.OFFLINE_MODE %}
<script src="{{ url_for('static', filename='js/jquery.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/semantic.min.js') }}"></script>