From 14e7c39ac6e61335d7a68ddcebd4511720b1571c Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Wed, 18 Sep 2024 18:33:13 +0200 Subject: [PATCH] Renamed help to about --- content/{help => about}/contents.lr | 8 +++++--- templates/nav.html | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) rename content/{help => about}/contents.lr (83%) diff --git a/content/help/contents.lr b/content/about/contents.lr similarity index 83% rename from content/help/contents.lr rename to content/about/contents.lr index d860553..e3d7366 100644 --- a/content/help/contents.lr +++ b/content/about/contents.lr @@ -1,8 +1,10 @@ -title: Help +title: About --- body: -The book titles on the home page are links to book pages! It may not be clear, since they are coloured red and don't have any underline, but having them blue with all the other links on the same line became too much. +The book titles on the home page are links to pages! It may not be clear, since they are coloured red and don't have any underline, but having them blue with all the other links on the same line was too much (there used to be many more links than there is now). Now I just keep it since it looks better. + +  On each book page, there are up to 3 parts: @@ -22,4 +24,4 @@ Further, a book page may contain "Length:". This is an attempt by me to categori   -I added the Read online section to make this website a repository, such that one could link to a book here, and people got multiple options for how to read a book: EPUB, usually the source would be a PDF (although unfortunately not always), and online in browser. \ No newline at end of file +I added the Read online section to make this website a repository, such that one could link to a book here, and people got multiple options for how to read a book: EPUB, usually the source would be a PDF (although unfortunately not always), and online in browser. diff --git a/templates/nav.html b/templates/nav.html index 3292890..93eff0c 100644 --- a/templates/nav.html +++ b/templates/nav.html @@ -3,7 +3,7 @@ Home {% for href, title in [ ['/wishes', 'Wishes'], - ['/help', 'Help'], + ['/about', 'About'], ] %} {{ title }} {% endfor %}