Rename "template" to "layout" to match Jekyll nomenclature

This commit is contained in:
Michael Rose 2016-03-25 14:19:12 -04:00
parent 6739aee59b
commit 75d382fd5f
23 changed files with 55 additions and 56 deletions

View file

@ -1,12 +1,12 @@
---
title: "Template: Comments Disabled"
title: "Layout: Comments Disabled"
comments: false
categories:
- Template
- Layout
- Uncategorized
tags:
- comments
- template
- layout
---
This post has its comments disabled.

View file

@ -1,12 +1,12 @@
---
title: "Template: Comments Enabled"
title: "Layout: Comments Enabled"
comments: true
categories:
- Template
- Layout
- Uncategorized
tags:
- comments
- template
- layout
---
This post should display comments.

View file

@ -1,5 +1,5 @@
---
title: "Template: Read Time Disabled"
title: "Layout: Read Time Disabled"
read_time: false
tags:
- read time

View file

@ -1,5 +1,5 @@
---
title: "Template: Read Time Enabled"
title: "Layout: Read Time Enabled"
read_time: true
tags:
- read time

View file

@ -1,12 +1,12 @@
---
title: "Template: Related Posts Disabled"
title: "Layout: Related Posts Disabled"
related: false
categories:
- Template
- Layout
- Uncategorized
tags:
- related posts
- template
- layout
---
This post has related posts disabled.

View file

@ -1,12 +1,12 @@
---
title: "Template: Related Posts Enabled"
title: "Layout: Related Posts Enabled"
related: true
categories:
- Template
- Layout
- Uncategorized
tags:
- related posts
- template
- layout
---
This post has related posts enabled.

View file

@ -1,12 +1,12 @@
---
title: "Template: Social Sharing Links Disabled"
title: "Layout: Social Sharing Links Disabled"
share: false
categories:
- Template
- Layout
- Uncategorized
tags:
- social
- template
- layout
---
This post has social sharing disabled.

View file

@ -1,12 +1,12 @@
---
title: "Template: Social Sharing Links Enabled"
title: "Layout: Social Sharing Links Enabled"
share: true
categories:
- Template
- Layout
- Uncategorized
tags:
- social
- template
- layout
---
This post should display social sharing links.

View file

@ -1,17 +1,17 @@
---
title: "Template: Reading Time, Comments, Social Sharing Links, and Related Posts Disabled"
title: "Layout: Reading Time, Comments, Social Sharing Links, and Related Posts Disabled"
read_time: false
comments: false
share: false
related: false
categories:
- Template
- Layout
- Uncategorized
tags:
- related posts
- social
- comments
- template
- layout
---
This post has reading time, comments, social sharing links, and related posts disabled.

View file

@ -1,5 +1,5 @@
---
title: "Template: Post with Table Of Contents"
title: "Layout: Post with Table Of Contents"
header:
image: unsplash-image-9.jpg
caption: "Photo credit: [**Unsplash**](https://unsplash.com)"

View file

@ -1,12 +1,12 @@
---
title: "Template: Code Excerpt (Generated)"
title: "Layout: Code Excerpt (Generated)"
categories:
- Template
- Layout
- Uncategorized
tags:
- content
- excerpt
- template
- layout
---
This is the post content with inline code, (e.g. `<span style="color: red;">red</span>`. It should be displayed in place of the auto-generated excerpt in single-page views. Archive-index pages should display an auto-generated excerpt of this content.

View file

@ -1,13 +1,13 @@
---
title: "Template: Excerpt (Defined)"
title: "Layout: Excerpt (Defined)"
excerpt: "This is a user-defined post excerpt. It should be displayed in place of the post content in archive-index pages."
categories:
- Template
- Layout
- Uncategorized
tags:
- content
- excerpt
- template
- layout
---
This is the post content. It should be displayed in place of the user-defined excerpt in archive-index pages.

View file

@ -1,13 +1,13 @@
---
title: "Template: Excerpt (Generated)"
title: "Layout: Excerpt (Generated)"
excerpt_separator: "<!--more-->"
categories:
- Template
- Layout
- Uncategorized
tags:
- content
- excerpt
- template
- layout
---
This is the post content. Archive-index pages should display an auto-generated excerpt of this content.

View file

@ -1,5 +1,5 @@
---
title: "Template: Author Override"
title: "Layout: Author Override"
author: Billy Rick
excerpt: "A post to test author overrides using a data file."
---

View file

@ -1,5 +1,5 @@
---
title: "Template: Author Sidebar Disabled"
title: "Layout: Author Sidebar Disabled"
excerpt: "A post to test disabling author sidebar."
author_profile: false
---

View file

@ -1,15 +1,15 @@
---
title: "Template: Header Image (External URL)"
title: "Layout: Header Image (External URL)"
header:
image: https://farm5.staticflickr.com/4140/4939863887_84705982fd_b.jpg
categories:
- Template
- Layout
- Uncategorized
tags:
- edge case
- featured image
- image
- template
- layout
---
This post should display a **header image**, if the theme supports it.

View file

@ -1,16 +1,16 @@
---
title: "Template: Header Image (Horizontal)"
title: "Layout: Header Image (Horizontal)"
header:
image: unsplash-image-1.jpg
caption: "Photo credit: [**Unsplash**](https://unsplash.com)"
categories:
- Template
- Layout
- Uncategorized
tags:
- edge case
- featured image
- image
- template
- layout
---
This post should display a **header image**, if the theme supports it.

View file

@ -1,5 +1,5 @@
---
title: "Template: Header Image and Text Readability"
title: "Layout: Header Image and Text Readability"
header:
image: unsplash-image-4.jpg
caption: "Photo credit: [**Unsplash**](https://unsplash.com)"

View file

@ -1,17 +1,16 @@
---
title: "Template: Header Image (Vertical)"
title: "Layout: Header Image (Vertical)"
header:
image: unsplash-image-6.jpg
caption: "Photo credit: [**Unsplash**](https://unsplash.com)"
categories:
- Template
- Layout
- Uncategorized
tags:
- Codex
- edge case
- featured image
- image
- template
- layout
---
This post should display a **header image**, if the theme supports it.

View file

@ -1,14 +1,14 @@
---
title: "Template: Header Overlay with Background Fill"
title: "Layout: Header Overlay with Background Fill"
header:
overlay_color: "#333"
categories:
- Template
- Layout
- Uncategorized
tags:
- edge case
- image
- template
- layout
---
This post should display a **header with a solid background color**, if the theme supports it.

View file

@ -1,16 +1,16 @@
---
title: "Template: Header Image Overlay"
title: "Layout: Header Image Overlay"
header:
overlay_image: unsplash-image-1.jpg
caption: "Photo credit: [**Unsplash**](https://unsplash.com)"
cta_url: "https://unsplash.com"
categories:
- Template
- Layout
- Uncategorized
tags:
- edge case
- image
- template
- layout
---
This post should display a **header with an overlay image**, if the theme supports it.

View file

@ -1,12 +1,12 @@
---
title: "Template: More Tag"
title: "Layout: More Tag"
categories:
- Template
- Layout
- Uncategorized
tags:
- content
- read more
- template
- layout
---
This content is before the [excerpt separator tag](http://jekyllrb.com/docs/posts/#post-excerpts).

View file

@ -1,5 +1,5 @@
---
title: "Template: Sidebar Custom"
title: "Layout: Sidebar Custom"
excerpt: "A post to custom sidebar content."
author_profile: false
sidebar: