diff options
author | Nicholas Johnson <nick@nicksphere.ch> | 2022-09-19 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicksphere.ch> | 2022-09-19 00:00:00 +0000 |
commit | 132e6fedd11c72f339ee3c8e5431f7b364d307b26fa671c2d73571654bb72dbc (patch) | |
tree | 509abece8b7ff7ad40ea1cf0ee0544aaef7d4cde543cdcbc45e667db837def7e /content | |
parent | f63e6b940818c8c0afd2a27c0147d7a0e6d04241df24fd911d2d7ce2b8d47cc5 (diff) | |
download | journal-132e6fedd11c72f339ee3c8e5431f7b364d307b26fa671c2d73571654bb72dbc.tar.gz journal-132e6fedd11c72f339ee3c8e5431f7b364d307b26fa671c2d73571654bb72dbc.zip |
Remove the date on non-entry pages.
The date on non-entry pages is irrelevant.
Diffstat (limited to 'content')
-rw-r--r-- | content/about.md | 1 | ||||
-rw-r--r-- | content/glossary.md | 1 | ||||
-rw-r--r-- | content/promoted.md | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/content/about.md b/content/about.md index 1385d65..8c85555 100644 --- a/content/about.md +++ b/content/about.md @@ -1,6 +1,5 @@ --- title: "ABOUT" -date: 2022-04-27T00:00:00 draft: false nolinkemoji: true _build: diff --git a/content/glossary.md b/content/glossary.md index de9a9a3..d989e40 100644 --- a/content/glossary.md +++ b/content/glossary.md @@ -1,6 +1,5 @@ --- title: "GLOSSARY" -date: 2022-05-07T00:00:00 draft: false _build: list: never diff --git a/content/promoted.md b/content/promoted.md index 65a244a..71c113e 100644 --- a/content/promoted.md +++ b/content/promoted.md @@ -1,6 +1,5 @@ --- title: "PROMOTED" -date: 2022-04-27T00:00:00 draft: false _build: list: never |