diff options
Diffstat (limited to '')
-rw-r--r-- | html.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/html.c b/html.c index b977137..22fafd5 100644 --- a/html.c +++ b/html.c @@ -105,14 +105,13 @@ int htmlMessageOpen(FILE *file, const struct Envelope *envelope) { const char *template = TEMPLATE( <article class="message" id="[messageID]"> <header> - <h2>[subject]</h2> + <h2><a href="[fragment]">[subject]</a></h2> <address class="from"> <a href="[mailto]">[from]</a> </address> <time datetime="[utc]">[date]</time> <nav> <ul> - <li><a href="[fragment]">permalink</a></li> <li><a href="[mbox]">mbox</a></li> </ul> </nav> |