Skip to content

Make the page layout avalible outisde of home page #139

Description

@MikiVanousek

What is it about the single layout does not meet my needs? A lot of my pages are not blog posts, but just landing pages. I introduce my podcast, my app, etc. If the single template is applied, they show author, date, pagination and reading time by default. This is the desired behavior for blog posts, but I do not want this for my landing pages.

Right now, I just manually disable these for each page separately in the front matter.

showAuthor: false
showDate: false
showReadingTime: false
showPagination: false

First, this is award, as there are multiple pages I need to apply this to separately. Second of all, hiding all the information I want to have for my blog posts creates an awkward empty space below my title.

This is a landing page with layout: single automatically assigned to it.
image

The same page, if I override the layout with layout: list. Notice how the icons are exactly below the title. This is the desired behavior.
image.

If I were able to use the page layout that can be applied to my home page, it would resolve all my problems.

Originally posted by @MikulasVanousek in #128 (reply in thread)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions