Move pages

This commit is contained in:
Oliver Davies 2025-01-15 12:00:00 +00:00
parent 7a0ee1e3e4
commit 6368d3f419
39 changed files with 39 additions and 16 deletions

View file

@ -1,22 +0,0 @@
---
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 %}