This commit is contained in:
HackerNCoder 2022-08-27 17:20:05 +02:00
parent e30b8eb504
commit 1c256f665b
3 changed files with 3 additions and 20 deletions

View file

@ -1,8 +1,6 @@
[model] [model]
name = Projects name = Projects
label = {{ this.title }} label = {{ this.title }}
hidden = yes
protected = yes
[fields.title] [fields.title]
label = Title label = Title

View file

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

View file

@ -2,11 +2,9 @@
<html lang="{{ this.alt }}"> <html lang="{{ this.alt }}">
{% include 'meta.html' %} {% include 'meta.html' %}
<body id="page-top"> <body id="page-top">
{% block page %}
{% include 'masterhead.html' %} {% include 'masterhead.html' %}
{% include 'about.html' %} {% include 'about.html' %}
{% block projects %}{% endblock %} {% block projects %}{% endblock %}
{% endblock %}
{% include 'footer.html' %} {% include 'footer.html' %}
</body> </body>
</html> </html>