diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2020-07-26 19:23:37 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2020-07-26 19:23:37 -0400 |
| commit | b311644824bc0bff9603fea69d979fa6bb4b97e0 (patch) | |
| tree | 221b0b6a5f1a90f953ecf03445fe6aed17ffee6b /templates/image.hbs | |
| parent | 45b48fd9b9ee21759701d3d4f445d8bf141d3f9e (diff) | |
Rebrand (again).
Diffstat (limited to 'templates/image.hbs')
| -rw-r--r-- | templates/image.hbs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/image.hbs b/templates/image.hbs index 7641820..2cb1708 100644 --- a/templates/image.hbs +++ b/templates/image.hbs @@ -1,13 +1,13 @@ <!DOCTYPE html> <html> <head> - <title>бирка-тян - {{ orig_filename }}</title> + <title>Kona - {{ orig_filename }}</title> <link rel="stylesheet" type="text/css" href="/public/css/style.css"> <meta charset="UTF-8"> </head> <body> <header> - <h1><a href="/">бирка-тян</a></h1> + <h1><a href="/">Kona</a></h1> </header> <main> <h2>{{ orig_filename }}</h2> |