Skip to content

Commit

Permalink
added upperfooter section of footer
Browse files Browse the repository at this point in the history
  • Loading branch information
jsayles committed Aug 27, 2018
1 parent 009113b commit 460539f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions member/templates/member/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,15 +180,17 @@
</div>
{% endblock %}

<!-- Footer -->
{% block footer %}
<!-- Footer -->
{% block footer-class %}
<footer class="page-footer main-footer" id="footer">
{% endblock %}
<div class="footer-copyright setwidth container">
<div id="copyright">
© 2018 | Office Nomads | <a id='nadine-link' href="http://nadineproject.org/" target="_new">The Nadine Project</a>
</div>
{% block upperfooter %}
<div id="copyright">
© 2018 | Office Nomads | <a id='nadine-link' href="http://nadineproject.org/" target="_new">The Nadine Project</a>
</div>
{% endblock %}
{% block lowerfooter %}
{% load_social_urls as social %}
<div class='grey-text text-lighten-4 right' id="social">
Expand All @@ -210,7 +212,6 @@
</div>
</footer>
{% endblock %}
<!-- End Page -->
</div>
{% block bottom_div %} {% endblock %}
{% endblock %}
Expand Down

0 comments on commit 460539f

Please sign in to comment.