Move into a pages content type

This commit is contained in:
Oliver Davies 2024-01-03 20:00:00 +00:00
parent eceb343d31
commit b39a171f9c
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,5 @@
sculpin_content_types: sculpin_content_types:
pages:
permalink: /:basename/
posts: posts:
enabled: false enabled: false

View file

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

View file

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