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.png |
true |
Alternative |
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.'