Rename page template to default
This commit is contained in:
parent
94156420c1
commit
8c1c19ef5d
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
layout: page
|
layout: default
|
||||||
title: Page Not Found
|
title: Page Not Found
|
||||||
permalink: /404.html
|
permalink: /404.html
|
||||||
use: [posts]
|
use: [posts]
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{% extends 'page' %}
|
{% extends 'default' %}
|
||||||
|
|
||||||
{% block content_wrapper %}
|
{% block content_wrapper %}
|
||||||
<div>
|
<div>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
layout: page
|
layout: default
|
||||||
title: About Me
|
title: About Me
|
||||||
meta:
|
meta:
|
||||||
og:
|
og:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
layout: page
|
layout: default
|
||||||
title: Accessibility
|
title: Accessibility
|
||||||
use: [posts]
|
use: [posts]
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
layout: page
|
layout: default
|
||||||
title: Blog
|
title: Blog
|
||||||
generator: pagination
|
generator: pagination
|
||||||
pagination:
|
pagination:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
layout: page
|
layout: default
|
||||||
nav: blog
|
nav: blog
|
||||||
title: Tags
|
title: Tags
|
||||||
use:
|
use:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
layout: page
|
layout: default
|
||||||
nav: blog
|
nav: blog
|
||||||
title: Tag Archive
|
title: Tag Archive
|
||||||
generator:
|
generator:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
layout: page
|
layout: default
|
||||||
title: Company Information
|
title: Company Information
|
||||||
meta:
|
meta:
|
||||||
description: 'Company information for Oliver Davies Ltd.'
|
description: 'Company information for Oliver Davies Ltd.'
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
layout: page
|
layout: default
|
||||||
title: Thanks!
|
title: Thanks!
|
||||||
permalink: contact/thanks/
|
permalink: contact/thanks/
|
||||||
use: [posts]
|
use: [posts]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Contact
|
title: Contact
|
||||||
layout: page
|
layout: default
|
||||||
use: [posts]
|
use: [posts]
|
||||||
---
|
---
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
layout: page
|
layout: default
|
||||||
title: Experience
|
title: Experience
|
||||||
use: [posts]
|
use: [posts]
|
||||||
experiences:
|
experiences:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
layout: page
|
layout: default
|
||||||
title: Open Source
|
title: Open Source
|
||||||
projects:
|
projects:
|
||||||
drupal:
|
drupal:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
layout: page
|
layout: default
|
||||||
---
|
---
|
||||||
<div class="markdown" markdown="1">
|
<div class="markdown" markdown="1">
|
||||||
# Speaker Info
|
# Speaker Info
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
layout: page
|
layout: default
|
||||||
title: Talks
|
title: Talks
|
||||||
meta:
|
meta:
|
||||||
description: 'Information about previous and upcoming talks that Oliver has presented at conferences and user groups'
|
description: 'Information about previous and upcoming talks that Oliver has presented at conferences and user groups'
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
layout: page
|
layout: default
|
||||||
title: Development Terms
|
title: Development Terms
|
||||||
use: [posts]
|
use: [posts]
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
layout: page
|
layout: default
|
||||||
title: 'Test Driven Drupal: The Book'
|
title: 'Test Driven Drupal: The Book'
|
||||||
mailchimp_url: 'https://oliverdavi.us18.list-manage.com/subscribe/post?u=b4ac8dd177796d37b93f9c285&id=033c84e0d5'
|
mailchimp_url: 'https://oliverdavi.us18.list-manage.com/subscribe/post?u=b4ac8dd177796d37b93f9c285&id=033c84e0d5'
|
||||||
contact_email: 'oliver@testdrivendrupal.com'
|
contact_email: 'oliver@testdrivendrupal.com'
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
layout: page
|
layout: default
|
||||||
title: Testimonials
|
title: Testimonials
|
||||||
use: [posts]
|
use: [posts]
|
||||||
testimonials:
|
testimonials:
|
||||||
|
|
Loading…
Reference in a new issue