puppetboard/templates/layout: Restoring the footer but referencing Puppet Community
@daenney would rather have the footer reference the Puppet Community organization than completing removing this bar. Also adding a reference in README.rst about the available Google Group
This commit is contained in:
@@ -593,9 +593,13 @@ be found on `IRCnet`_ and `Freenode`_ and idles in #puppetboard.
|
||||
There's now also the #puppetboard channel on `Freenode`_ where we hang out
|
||||
and answer questions related to pypuppetdb and Puppetboard.
|
||||
|
||||
There is also a `GoogleGroup`_ to exchange questions and discussions. Please
|
||||
note that this group contains discussions of other Puppet Community projects.
|
||||
|
||||
.. _issue: https://github.com/puppet-community/puppetboard/issues
|
||||
.. _IRCnet: http://www.ircnet.org
|
||||
.. _Freenode: http://freenode.net
|
||||
:: _GoogleGroup: https://groups.google.com/forum/?hl=en#!forum/puppet-community
|
||||
|
||||
Third party
|
||||
===========
|
||||
|
||||
@@ -54,6 +54,12 @@
|
||||
<i class="large arrow up icon"></i>
|
||||
</div>
|
||||
|
||||
<footer class="ui absolute fixed bottom">
|
||||
<div>
|
||||
Copyright © 2013-{{ now('%Y') }} <a href="https://github.com/puppet-community" target="_blank">Puppet Community</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>
|
||||
|
||||
Reference in New Issue
Block a user