Add a page.html.twig template
This means every page doesn't need to include the `default` layout.
This commit is contained in:
parent
1137ac1063
commit
b3f9bc1f9f
1
source/_layouts/page.html.twig
Normal file
1
source/_layouts/page.html.twig
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{% extends 'default' %}
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
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: /
|
permalink: /
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
layout: default
|
|
||||||
title: Products and Services
|
title: Products and Services
|
||||||
products:
|
products:
|
||||||
-
|
-
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
layout: default
|
|
||||||
title: Drupal Development Subscription
|
title: Drupal Development Subscription
|
||||||
supported_version: 10
|
supported_version: 10
|
||||||
plans:
|
plans:
|
||||||
|
|
Loading…
Reference in a new issue