diff options
author | Nicholas Johnson <nick@nicksphere.ch> | 2022-09-04 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicksphere.ch> | 2022-09-04 00:00:00 +0000 |
commit | 7aa73a7d327d7fc780a7fda2cd3cc9668df57ce1a7131e81a06a2ac26b0e8311 (patch) | |
tree | 851a0c504e8c3bc33557f065616826d2b75d0b2c8c904373432201dc12d9977e /TODO | |
parent | e8342794ab89ba1887c04ea5a795fa45d640890277075fe5f6d5ab7ce1aa7af7 (diff) | |
download | hugo-theme-journal-7aa73a7d327d7fc780a7fda2cd3cc9668df57ce1a7131e81a06a2ac26b0e8311.tar.gz hugo-theme-journal-7aa73a7d327d7fc780a7fda2cd3cc9668df57ce1a7131e81a06a2ac26b0e8311.zip |
Update TODO item
If the user navigates directly to a page from elsewhere, the date the
page was written and the time it will take to read it won't be clear.
That info needs to be added to the page itself.
It should also be possible to remove that info on a per-page basis since
it won't be relevant for some pages.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ - allow link emojis to be turned off on a per-page basis -- put date written somewhere in page +- put date written and time to read somewhere in page - add tag support - fix "layouts/_default/single.gmi" changing preformatted text - add support for inline elements for HTML |