Move Dev Blog links

News - replace blog link

Ripple Dev Blog link name
This commit is contained in:
mDuo13
2019-03-04 16:58:40 -08:00
parent b984cad000
commit fd746a6745
6 changed files with 12 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ Get the latest XRP Ledger news and release information.
Amendments provide a way to introduce breaking changes to the decentralized XRP Ledger network without causing disruptions. Get the comprehensive list of [all known amendments](known-amendments.html) and their statuses on the production XRP Ledger. Amendments provide a way to introduce breaking changes to the decentralized XRP Ledger network without causing disruptions. Get the comprehensive list of [all known amendments](known-amendments.html) and their statuses on the production XRP Ledger.
* **[Ripple Dev Blog](https://ripple.com/category/dev-blog/)** * **[Ripple Dev Blog](/blog/)**
Visit the Dev Blog for the latest news and stories about the XRP Ledger and `rippled`. Visit the Dev Blog for the latest news and stories about the XRP Ledger and `rippled`.

View File

@@ -2950,6 +2950,8 @@ known_broken_links:
# These PDFs download OK in a browser # These PDFs download OK in a browser
- http://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A32015R0847 - http://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A32015R0847
- http://eur-lex.europa.eu/LexUriServ/LexUriServ.do?uri=OJ:L:2006:345:0001:0009:EN:PDF - http://eur-lex.europa.eu/LexUriServ/LexUriServ.do?uri=OJ:L:2006:345:0001:0009:EN:PDF
# Dev blog link assumes relationship with developers.ripple.com
- /blog/
# Style Checker Config ------------------------------------------------------ # # Style Checker Config ------------------------------------------------------ #

View File

@@ -46,9 +46,6 @@
gtag('config', 'UA-45576805-2'); gtag('config', 'UA-45576805-2');
</script> </script>
<!-- Crazy Egg -->
<script type="text/javascript" src="//script.crazyegg.com/pages/scripts/0070/6316.js" async="async"></script>
{% block head %} {% block head %}
{% endblock %} {% endblock %}

View File

@@ -50,5 +50,5 @@
</footer> </footer>
<!-- Jump to top button --> <!-- Jump to top button -->
<a href="#main_content_wrapper" class="jump-to-top btn btn-primary btn-lg" role="button" title="Jump to top of page">Top</span></a> <a href="#main_content_wrapper" class="jump-to-top btn btn-primary btn-lg" role="button" title="Jump to top of page">Top</a>
<script type="text/javascript" src="assets/js/jump-to-top.js"></script> <script type="text/javascript" src="assets/js/jump-to-top.js"></script>

View File

@@ -99,6 +99,11 @@
{% endif %} {% endif %}
{% endif %} {% endif %}
{% endfor %} {% endfor %}
{# Special case to add Dev Blog to things #}
{% if parent.name == "News" %}
<li class="level-{{indent_level}}"><a href="/blog/">Ripple Dev Blog</a></li>
{% endif %}
{% endmacro %} {% endmacro %}
<div class="children-display"> <div class="children-display">

View File

@@ -44,6 +44,9 @@
<li><a class="nosubcat-page" href="{{ page.html }}">{{ page.name }}{% if page.status is defined and page.status == "not_enabled" %} {% include 'template-status_not_enabled.html' %}{% endif %}</a></li> <li><a class="nosubcat-page" href="{{ page.html }}">{{ page.name }}{% if page.status is defined and page.status == "not_enabled" %} {% include 'template-status_not_enabled.html' %}{% endif %}</a></li>
{% endif %} {% endif %}
{% endfor %} {% endfor %}
{% if currentpage.funnel == "News" %}
<li><a class="nosubcat-page" href="/blog/">Ripple Dev Blog</a></li>
{% endif %}
</ul> </ul>
</div><!-- /.card-body --> </div><!-- /.card-body -->
</div><!-- /.card --> </div><!-- /.card -->