Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 586 Bytes

2021-10-18-archived.md

File metadata and controls

21 lines (19 loc) · 586 Bytes
title path date summary tags categories thumbnail is_archived sidebar
Archived Post Example
/archived
2021-10-18
Archived Post Example - Just add is_archived true to your markdown post.
archived
archived
./archived.png
true
Alternative

How to Archive Post

To archive a post add is_archived: true to your markdown post. This will add div block on top of the archived post with title and text. To change the default archive title and text add following key to the .env file

ARCHIVE_TITLE='ARCHIVED POST'
ARCHIVE_TEXT='This Post is outdated.'