mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 23:36:08 +00:00
added navs
This commit is contained in:
parent
10e518fdc1
commit
9b34c967ca
2 changed files with 3 additions and 1 deletions
|
@ -680,3 +680,4 @@ nav:
|
||||||
tos: Terms of Use
|
tos: Terms of Use
|
||||||
sitemap: Sitemap
|
sitemap: Sitemap
|
||||||
sitesource: Source code
|
sitesource: Source code
|
||||||
|
graphics: Graphics
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
<li><a href="{{ basenav }}/team/">{% t nav.team %}</a></li>
|
<li><a href="{{ basenav }}/team/">{% t nav.team %}</a></li>
|
||||||
<li><a href="{{ basenav }}/update/">{% t nav.update %}</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="https://www.dashfoundation.io/" target="_blank">{% t nav.foundation %}</a></li>
|
||||||
<li><a href="mailto:contact@dash.org">{% t nav.contact %}</a></li>
|
<li><a href="{{ basenav }}/contact/">{% t nav.contact %}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -73,6 +73,7 @@
|
||||||
<a href="/sitemap.xml">{% t nav.sitemap %}</a>
|
<a href="/sitemap.xml">{% t nav.sitemap %}</a>
|
||||||
<a href="https://github.com/dashpay/dash-website" target="_blank">{% t nav.sitesource %}</a>
|
<a href="https://github.com/dashpay/dash-website" target="_blank">{% t nav.sitesource %}</a>
|
||||||
<a href="{{ basenav }}/contact/">{% t nav.contact %}</a>
|
<a href="{{ basenav }}/contact/">{% t nav.contact %}</a>
|
||||||
|
<a href="{{ basenav }}/graphics/">{% t nav.graphics %}</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer__legal">
|
<div class="footer__legal">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue