summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bubger.15
-rw-r--r--html.c2
2 files changed, 3 insertions, 4 deletions
diff --git a/bubger.1 b/bubger.1
index f257bd3..324d7c6 100644
--- a/bubger.1
+++ b/bubger.1
@@ -1,4 +1,4 @@
-.Dd May  1, 2020
+.Dd May 11, 2020
 .Dt BUBGER 1
 .Os
 .
@@ -87,8 +87,7 @@ link of
 to the index page navigation.
 .
 .It Fl t Ar title
-Set the base title for HTML pages
-and the index Atom feed.
+Set the title for the index HTML page and Atom feed.
 The default title is the mailbox name.
 .
 .It Fl u Ar base
diff --git a/html.c b/html.c
index 0d086da..99f04c7 100644
--- a/html.c
+++ b/html.c
@@ -380,7 +380,7 @@ int htmlThreadHead(FILE *file, const struct Envelope *envelope) {
 		Q(<!DOCTYPE html>)
 		Q(<meta charset="utf-8">)
 		Q(<meta name="generator" content="[generator]">)
-		Q(<title>[subject] &middot; [title]</title>)
+		Q(<title>[subject]</title>)
 		Q(<link rel="alternate" type="application/atom+xml" href="[atom]">)
 		Q(<link rel="alternate" type="application/mbox" href="[mbox]">)
 	};
'logsubject'>Add photos from June 25-30June McEnroe 2024-06-30Add photos from June 22 (and the few days after that)June McEnroe 2024-06-30Accommodate lower-case .jpg filesJune McEnroe 2024-06-23Add another BACKXWASH showJune McEnroe It was good! 2024-06-16Update bioJune McEnroe 2024-06-15Add photo descriptions from June 12June McEnroe 2024-06-10Add first roll of film from June 8June McEnroe 2024-06-10Cope with not having an EXIF infoJune McEnroe 2024-06-10Resize using target pixel counts for consistencyJune McEnroe This will resize film scans to about the same size as for the digital photos. 2024-06-10Add The Girl Who Was Convinced...June McEnroe Not much there. The illustrations are very nice though. 2024-06-09Add photos from May 31June McEnroe 2024-06-09Use monospace on photo pagesJune McEnroe 2024-06-09Put lens and (future) film at the tops of photo pagesJune McEnroe 2024-05-22Remove use of sysexits.hJune McEnroe 2024-05-22Add photo descriptions from 05-03 and 05-06June McEnroe 2024-05-21Fix = precedence in whenJune McEnroe