Remove news category

This commit is contained in:
mDuo13
2019-05-10 17:13:30 -07:00
parent 03c2480281
commit 15906994b9
6 changed files with 17 additions and 43 deletions

View File

@@ -70,13 +70,16 @@
{% set _ = funnels.append(page.funnel) %}
{% endif %}
{% endfor %}
<li class="nav-item">
<a class="nav-link" href="/blog/">Blog</a>
</li>
</ul><!-- /.navbar-nav -->
{% include 'template-github-edit.html' %}
<form class="navbar-form navbar-right" id="navbar-search" role="search" method="get" action="https://www.google.com/search">
<div class="form-inline">
<label class="sr-only" for="topsearchbar">Search site with Google...</label>
<input name="q" value="site:developers.ripple.com" type="hidden">
<input id="topsearchbar" name="q" type="text" class="form-control" class="top-search" placeholder="Search this site...">
<input id="topsearchbar" name="q" type="text" class="form-control" class="top-search" placeholder="Search site with Google...">
<button type="submit" class="btn btn-default fa fa-search">&nbsp;</button>
</div>
</form>

View File

@@ -28,6 +28,7 @@
<div class="children-display">
<ul>
<li class="level-1"><a href="https://ripple.com/company/careers/" target="_blank">Ripple Careers <i class="fa fa-external-link"></i></a></li>
<li class="level-1"><a href="https://github.com/ripple/" target="_blank">Ripple on GitHub <i class="fa fa-external-link"></i></a></li>
<li class="level-1"><a href="https://ripple.com/collateral/#xrp" target="_blank">XRP Resources <i class="fa fa-external-link"></i></a></li>
</ul>
</div>