diff options
author | Stephen Enders <senders@spotify.com> | 2019-01-22 01:29:32 -0500 |
---|---|---|
committer | Stephen Enders <senders@spotify.com> | 2019-01-22 01:29:32 -0500 |
commit | 4ae14de7e3da2d08a8a192b2ed31892293b8fb7a (patch) | |
tree | dbd71fd93bd8eb6edb1f8aa71403d4172356439b /templates/blog.html | |
parent | df5d50d0b2ec1fd9e7cc67f3c5ebdd96ad100ab0 (diff) |
Added error.html
Diffstat (limited to 'templates/blog.html')
-rw-r--r-- | templates/blog.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/blog.html b/templates/blog.html index a089fef..9f88653 100644 --- a/templates/blog.html +++ b/templates/blog.html @@ -2,7 +2,7 @@ <html> <head> <meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.6.0"> - <title>senders.io - Homepage</title> + <title>senders.io - Blog</title> <link rel='stylesheet' type='text/css' href='/index.css'> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> |