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