Cleanup
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
parent
e30b8eb504
commit
1c256f665b
|
@ -1,8 +1,6 @@
|
|||
[model]
|
||||
name = Projects
|
||||
label = {{ this.title }}
|
||||
hidden = yes
|
||||
protected = yes
|
||||
|
||||
[fields.title]
|
||||
label = Title
|
||||
|
|
|
@ -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
|
|
@ -2,11 +2,9 @@
|
|||
<html lang="{{ this.alt }}">
|
||||
{% include 'meta.html' %}
|
||||
<body id="page-top">
|
||||
{% block page %}
|
||||
{% include 'masterhead.html' %}
|
||||
{% include 'about.html' %}
|
||||
{% block projects %}{% endblock %}
|
||||
{% endblock %}
|
||||
{% include 'masterhead.html' %}
|
||||
{% include 'about.html' %}
|
||||
{% block projects %}{% endblock %}
|
||||
{% include 'footer.html' %}
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue