Skip to content

Is it possible to display the date on certain pages without overriding the template? #176

Answered by imfing
emslade asked this question in Q&A
Discussion options

You must be logged in to vote

some other ways I can think of:

For example, define a new layout single-with-date.html and explicitly set the front matter:

title: example
date: 2020-02-20
layout: single-with-date

Alternatively, you may also define a custom shortcode layouts/shortcodes/date.html, and include that on the top of your content which reads the date from the front matter

---
title: example
date: 2020-02-20
---

{{< date >}}

Rest of the content...

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@emslade
Comment options

@imfing
Comment options

Answer selected by emslade
@emslade
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants