mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-27 23:25:51 +00:00
Start moving files into their final places
This commit is contained in:
@@ -2,20 +2,18 @@
|
||||
|
||||
{% block main %}
|
||||
<section class="p-3">
|
||||
{% if not content %}
|
||||
<h1 class="main-page-header">{{ currentpage.name }}</h1>
|
||||
{% endif %}
|
||||
|
||||
<div class='content'>
|
||||
{{ content }}
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
<section class="p-3 bg-light">
|
||||
<h2>Children of this page:</h2>
|
||||
{% include 'template-page-children.html' %}
|
||||
|
||||
<!--{# <ul class="cat_pagelist">
|
||||
{% for page in pages %}
|
||||
{% if page.category == currentpage.category and
|
||||
page.name != currentpage.name %}
|
||||
<li><a href="{{page.html}}">{{page.name}}</a></li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</ul> #}-->
|
||||
</div>
|
||||
</section><!--/.row-->
|
||||
</section>
|
||||
{% endblock %}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<div class="row">
|
||||
<h1 class="main-page-header">XRP Ledger Documentation</h1>
|
||||
<div class="blurb col-sm-12">
|
||||
{{content}}
|
||||
<p>Dive into our documentation and start integrating with the XRP Ledger.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user