mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-29 16:15:48 +00:00
Move temporary 5layer files to permanent filenames
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
<h3 class="card-title"><a href="{{doc_type_top.html}}">{{doc_type_top.name}}</a></h3>
|
||||
</div><!--/.card-header-->
|
||||
<div class="card-body">
|
||||
{% if currentpage.doc_type_blurbs[page.doc_type] is defined %}
|
||||
<p class="doc-type-blurb">{{currentpage.doc_type_blurbs[page.doc_type]}}</p>
|
||||
{% if page.blurb is defined %}
|
||||
<p class="doc-type-blurb">{{page.blurb}}</p>
|
||||
{% endif %}
|
||||
{% set parent_page = doc_type_top %}
|
||||
{% set depth = 1.5 %}
|
||||
|
||||
Reference in New Issue
Block a user