diff options
| author | Julian Hurst <ark@mansus.space> | 2023-01-12 15:52:14 +0100 |
|---|---|---|
| committer | Julian Hurst <ark@mansus.space> | 2023-01-12 15:52:14 +0100 |
| commit | 5685d2d4c1ede52796d00c5f4813e379ac3c377f (patch) | |
| tree | e11adda6ccb3a83e433adc5574e5570aeefe4564 /templates | |
| parent | 4dc031b0a52ca5bfe6108327b63f3847f41dc1c1 (diff) | |
| download | docspace-5685d2d4c1ede52796d00c5f4813e379ac3c377f.tar.gz | |
Change title imgbrd -> docspace
Diffstat (limited to 'templates')
| -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 90fc9fc..0c743ed 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,7 +3,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/style.css"> <script src="/static/htmx.min.js"></script> - <title>{{block "title" .}}{{end}} - imgbrd</title> + <title>{{block "title" .}}{{end}} - docspace</title> </head> <body> {{block "nav" .}}{{end}} |
