Merge pull request #534 from alphagov/footer-changes

Footer links moved around to more sensible groupings
This commit is contained in:
Chris Hill-Scott
2016-05-03 15:42:00 +01:00

View File

@@ -83,18 +83,17 @@
</ul>
</div>
<div class="column-one-third">
<h2>About</h2>
<h2>Help</h2>
<ul>
<li><a href="{{ url_for('main.tour', page=1) }}">Take the tour</a></li>
<li><a href="{{ url_for("main.trial_mode") }}">Trial mode</a></li>
<li><a href="{{ url_for("main.pricing") }}">Pricing</a></li>
<li><a href="{{ url_for("main.terms") }}">Terms of use</a></li>
<li><a href="{{ url_for("main.cookies") }}">Cookies</a></li>
</ul>
</div>
<div class="column-one-third">
<h2>Documentation</h2>
<ul>
<li><a href="{{ url_for('main.tour', page=1) }}">Take the tour</a></li>
<li><a href="{{ url_for("main.terms") }}">Terms of use</a></li>
<li><a href="{{ url_for('main.documentation') }}">API documentation</a></li>
</ul>
</div>
@@ -106,6 +105,7 @@
{% block footer_support_links %}
<nav class="footer-nav">
Built by the <a href="https://www.gov.uk/government/organisations/government-digital-service">Government Digital Service</a>
<a href="{{ url_for("main.cookies") }}">Cookies</a>
</nav>
{% endblock %}