Move into a pages content type
This commit is contained in:
parent
eceb343d31
commit
b39a171f9c
|
@ -1,3 +1,5 @@
|
||||||
sculpin_content_types:
|
sculpin_content_types:
|
||||||
|
pages:
|
||||||
|
permalink: /:basename/
|
||||||
posts:
|
posts:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
|
@ -10,10 +10,12 @@
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
{% block content_bottom %}{% endblock %}
|
{% block content_bottom %}
|
||||||
|
{% include 'about-me.html.twig' %}
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
{% include 'main-menu.html.twig' %}
|
{% include 'main-menu.html.twig' %}
|
||||||
</footer>
|
</footer>
|
||||||
<div>
|
<div>
|
||||||
<div>
|
</div>
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
title: Do you need a certified Drupal expert, core contributor and module maintainer?
|
title: Do you need a certified Drupal expert, core contributor and module maintainer?
|
||||||
|
permalink: /
|
||||||
---
|
---
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
Loading…
Reference in a new issue