Add <title> to writing index and tag listings.

master
Ethan Dalool 2020-03-27 23:30:01 -07:00
parent bc2ab74050
commit 596ba3b9d4
1 changed files with 6 additions and 0 deletions

View File

@ -280,6 +280,11 @@ def maketagpage(index, path):
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="/writing/dark.css"/>
{% if path %}
<title>Articles tagged {{path}}</title>
{% else %}
<title>Articles by tag</title>
{% endif %}
<style>
body
{
@ -360,6 +365,7 @@ def write_writing_index():
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="/writing/dark.css"/>
<title>Writing</title>
</head>
<body>