Move temporary 5layer files to permanent filenames

This commit is contained in:
mDuo13
2018-04-26 16:40:08 -07:00
parent 323b9f66b8
commit 5a9792c716
6 changed files with 897 additions and 968 deletions

View File

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