gethugothemes / liva-hugo

Liva is a personal blog template powered by Hugo.
https://gethugothemes.com/products/liva/?utm_source=liva_github&utm_medium=referral&utm_campaign=github_theme_about
MIT License
276 stars 235 forks source link

Add option to hide post date #7

Closed Frank3K closed 4 years ago

Frank3K commented 4 years ago

Sometimes you do not want to show the date of a post. For example for a page where the it's irrelevant at which date it was written or where you do not want the reader to know that date.

Usage:

---
title: "Test"
date: 2019-11-16T21:27:53+01:00
draft: true
hidedate: true
---