Lowercase the html title of /writing.
This commit is contained in:
parent
5bbfe05a2d
commit
983c4225fb
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue