Start moving files into their final places

This commit is contained in:
mDuo13
2018-05-02 17:29:50 -07:00
parent 795bd8346b
commit 2e02611855
300 changed files with 709 additions and 719 deletions

View File

@@ -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 %}

View File

@@ -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>