Make order of About links match features sidebar

The links in the footer should be in the same order as those in the
sidebar of the features page. That’s the order that’s been thought about
more.
This commit is contained in:
Chris Hill-Scott
2017-11-30 17:26:49 +00:00
parent 1817d3f091
commit 2369187f18

View File

@@ -87,11 +87,11 @@
<div class="column-one-third">
<h2>About</h2>
<ul>
<li><a href="{{ url_for("main.using_notify") }}">Using Notify</a></li>
<li><a href="{{ url_for("main.features") }}">Features</a></li>
<li><a href="{{ url_for("main.roadmap") }}">Roadmap</a></li>
<li><a href="{{ url_for("main.security") }}">Security</a></li>
<li><a href="{{ url_for("main.terms") }}">Terms of use</a></li>
<li><a href="{{ url_for("main.pricing") }}">Pricing</a></li>
<li><a href="{{ url_for("main.using_notify") }}">Using Notify</a></li>
</ul>
</div>
<div class="column-one-third">