Update: Route footer contact link to mailto

..until contact page is wired up
This commit is contained in:
Andy Freer 2017-02-06 01:27:12 +00:00 committed by GitHub
parent 0be669f99b
commit 9794f0e2f7

View file

@ -49,7 +49,7 @@
<li><a href="{{ basenav }}/team/">{% t nav.team %}</a></li>
<li><a href="{{ basenav }}/update/">{% t nav.update %}</a></li>
<li><a href="https://www.dashfoundation.io/" target="_blank">{% t nav.foundation %}</a></li>
<li><a href="{{ basenav }}/contact/">{% t nav.contact %}</a></li>
<li><a href="mailto:contact@dash.org">{% t nav.contact %}</a></li>
</ul>
</section>