diff --git a/models/index.ini b/models/index.ini index eef43f1..7345918 100644 --- a/models/index.ini +++ b/models/index.ini @@ -1,8 +1,6 @@ [model] name = Projects label = {{ this.title }} -hidden = yes -protected = yes [fields.title] label = Title diff --git a/models/page.ini b/models/page.ini deleted file mode 100644 index a16981a..0000000 --- a/models/page.ini +++ /dev/null @@ -1,13 +0,0 @@ -[model] -name = Page -label = {{ this.title }} - -[fields.title] -label = Title -type = string -translate = True - -[fields.body] -label = Body -type = markdown -translate = True diff --git a/templates/layout.html b/templates/layout.html index 3760fd3..588abc0 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -2,11 +2,9 @@ {% include 'meta.html' %} -{% block page %} - {% include 'masterhead.html' %} - {% include 'about.html' %} - {% block projects %}{% endblock %} -{% endblock %} +{% include 'masterhead.html' %} +{% include 'about.html' %} +{% block projects %}{% endblock %} {% include 'footer.html' %}