diff options
author | Bill <bill@billserver.senders.io> | 2020-12-01 12:28:33 -0500 |
---|---|---|
committer | Bill <bill@billserver.senders.io> | 2020-12-01 12:28:33 -0500 |
commit | 0594bf324ba34e12a7fe1f86d3978837949181b5 (patch) | |
tree | 477cd26ec6b9a4c24bc3755726aeb7e6f966b8dc /templates/blog.html | |
parent | cf79c1a3b1d3f71d4df11895becce1e9b7500b4b (diff) |
Update charset and lang in templates
Diffstat (limited to 'templates/blog.html')
-rw-r--r-- | templates/blog.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/blog.html b/templates/blog.html index 9f88653..3dd57a8 100644 --- a/templates/blog.html +++ b/templates/blog.html @@ -1,10 +1,11 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> <meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.6.0"> <title>senders.io - Blog</title> <link rel='stylesheet' type='text/css' href='/index.css'> <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta charset="utf-8"/> </head> <body> <div id='header'> |