mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
Merge remote-tracking branch 'dashpay/master'
This commit is contained in:
commit
0b4caf4531
2 changed files with 8 additions and 5 deletions
|
@ -954,6 +954,8 @@ nav:
|
|||
news: News & Info
|
||||
tools-dev: Development Tools
|
||||
tools-masternodes: Masternode Tools
|
||||
graphics: Graphics
|
||||
legal: Legal
|
||||
|
||||
project: Project
|
||||
help: Help & Support
|
||||
|
@ -982,4 +984,4 @@ nav:
|
|||
tos: Terms of Use
|
||||
sitemap: Sitemap
|
||||
sitesource: Source code
|
||||
graphics: Graphics
|
||||
|
||||
|
|
|
@ -38,6 +38,8 @@
|
|||
<li><a href="{{ basenav }}/community/#news">{% t nav.news %}</a></li>
|
||||
<li><a href="{{ basenav }}/community/#development">{% t nav.tools-dev %}</a></li>
|
||||
<li><a href="{{ basenav }}/community/#masternodes">{% t nav.tools-masternodes %}</a></li>
|
||||
<li><a href="{{ basenav }}/legal/">{% t nav.legal %}</a></li>
|
||||
<li><a href="{{ basenav }}/graphics/">{% t nav.graphics %}</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
@ -45,12 +47,12 @@
|
|||
{% t nav.project %}
|
||||
<ul>
|
||||
<li><a href="https://www.dash.org/forum/categories/dash-support.61/" target="_blank">{% t nav.help %}</a></li>
|
||||
<li><a href="https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=1146914" target="_blank">{% t nav.info %}</a></li>
|
||||
<li><a href="https://dashpay.atlassian.net/wiki/" target="_blank">{% t nav.wiki %}</a></li>
|
||||
<li><a href="https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=1146914" target="_blank">{% t nav.info %}</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="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="{{ basenav }}/contact/">{% t nav.contact %}</a></li>
|
||||
<li><a href="https://dashpay.atlassian.net/wiki/display/DOC/Site+map" target="_blank">{% t nav.wiki %}</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
@ -74,7 +76,6 @@
|
|||
<a href="/sitemap.xml">{% t nav.sitemap %}</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 }}/graphics/">{% t nav.graphics %}</a>
|
||||
</div>
|
||||
<div class="footer__legal">
|
||||
<div class="content">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue