diff --git a/content/news/news.md b/content/news/news.md index 38fd08bd43..0f7125f8d9 100644 --- a/content/news/news.md +++ b/content/news/news.md @@ -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. -* **[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`. diff --git a/dactyl-config.yml b/dactyl-config.yml index 2839c74b09..f9110a1e8a 100644 --- a/dactyl-config.yml +++ b/dactyl-config.yml @@ -2950,6 +2950,8 @@ known_broken_links: # These PDFs download OK in a browser - 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 + # Dev blog link assumes relationship with developers.ripple.com + - /blog/ # Style Checker Config ------------------------------------------------------ # diff --git a/tool/template-base.html b/tool/template-base.html index c6ab854d75..acac45e75c 100644 --- a/tool/template-base.html +++ b/tool/template-base.html @@ -46,9 +46,6 @@ gtag('config', 'UA-45576805-2'); - - - {% block head %} {% endblock %} diff --git a/tool/template-footer.html b/tool/template-footer.html index f12102f6e2..5586c0e350 100644 --- a/tool/template-footer.html +++ b/tool/template-footer.html @@ -50,5 +50,5 @@ -Top +Top diff --git a/tool/template-page-children.html b/tool/template-page-children.html index 8ca1aaa8b5..d9fbef90f7 100644 --- a/tool/template-page-children.html +++ b/tool/template-page-children.html @@ -99,6 +99,11 @@ {% endif %} {% endif %} {% endfor %} + + {# Special case to add Dev Blog to things #} + {% if parent.name == "News" %} +