Revert "Move pages, remove the page content type"

This reverts commit e4a779fc45.
This commit is contained in:
Oliver Davies 2024-12-22 01:28:25 +00:00
parent 6358473d73
commit 4756cdb409
36 changed files with 5 additions and 5 deletions

View file

@ -1,23 +0,0 @@
---
layout: page
title: Page not found
---
{% block content %}
Perhaps you were looking for one of these pages:
- [Products and services](/pricing)
- [Public speaking and workshops](/presentations)
- [My daily email list](/daily)
- [The Beyond Blocks podcast](/podcast)
If you were looking for something else, you can [search for it](/search).
{% endblock %}
{% block content_bottom %}
{% include 'daily-email-form.html.twig' with {
intro: 'Sign up and get daily emails about Drupal, PHP and software development.'
} %}
{{ parent() }}
{% endblock %}