Lowercase the html title of /writing.

This commit is contained in:
voussoir 2023-03-26 21:49:01 -07:00
parent 5bbfe05a2d
commit 983c4225fb

View file

@ -427,7 +427,7 @@ def write_writing_index():
<link rel="stylesheet" href="/writing/dark.css"/> <link rel="stylesheet" href="/writing/dark.css"/>
<link rel="alternate" type="application/atom+xml" href="/writing/writing.atom"/> <link rel="alternate" type="application/atom+xml" href="/writing/writing.atom"/>
<link rel="alternate" type="application/rss+xml" href="/writing/writing.rss"/> <link rel="alternate" type="application/rss+xml" href="/writing/writing.rss"/>
<title>Writing</title> <title>writing</title>
</head> </head>
<body> <body>