- Layout
- Uncategorized tags:
- edge case
- featured image
- image
- layout
This post should display a header image, if the theme supports it.
Non-square images can provide some unique styling issues.
This post tests a horizontal header image.
This post should display a header image, if the theme supports it.
Non-square images can provide some unique styling issues.
This post tests a horizontal header image.
This post should display a header with an overlay image, if the theme supports it.
Non-square images can provide some unique styling issues.
This post tests overlay header images.
You can use it by specifying the …
This post should display a header with an overlay image and custom tagline, if the theme supports it.
Non-square images can provide some unique styling issues.
This post tests overlay header images with custom page.tagline
.
tagline: "This …
This post should display a header image, if the theme supports it.
Non-square images can provide some unique styling issues.
This post tests a vertical header image.
This post should display a header with a solid background color, if the theme supports it.
Non-square images can provide some unique styling issues.
This post tests overlay headers.
This content is before the excerpt separator tag.
Additional content before the more tag.
And this content is after the more tag.
This post has a custom sidebar set in the post's YAML Front Matter.
An example of how that YAML could look is:
sidebar:
- title: "Title"
image: "/assets/images …
This post has a custom navigation list set in the post's YAML Front Matter.
sidebar:
title: "Sample Title"
nav: sidebar-sample
Along with navigation elements set in _data/navigation.yml
.
sidebar-sample:
- title: "Parent Page A"
children:
- title: "Child Page A1"
url: /
- title: "Child Page A2"
url: /
- title: "Child Page A3"
url …
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.
Be sure to test the …
This is the post content. It should be displayed in place of the user-defined excerpt in archive-index pages.
This paragraph should be absent from an archive-index page where post.excerpt
is shown.