diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index c1dbfad..428ce40 100644 --- a/templates/base.html +++ b/templates/base.html @@ -7,7 +7,7 @@ <link rel="stylesheet" href="/static/style.css"> <link rel="stylesheet" href="/static/fonts.css"> <link rel="icon" type="image/png" href="/static/favicon.png" /> - <title>celeste's hard drive</title> + <title>{{ title }}</title> </head> <body> |