Add a pages content type and move page files
This commit is contained in:
parent
7087bbbb7f
commit
e1573ef072
38 changed files with 2 additions and 0 deletions
21
source/_pages/404.md
Normal file
21
source/_pages/404.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
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.'
|
||||
} %}
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue