From cf79c1a3b1d3f71d4df11895becce1e9b7500b4b Mon Sep 17 00:00:00 2001
From: Bill <bill@billserver.senders.io>
Date: Tue, 1 Dec 2020 12:21:55 -0500
Subject: Add charset and lang in html and head

Saw some warnings in the console, properly setting the charset/lang
---
 www/blog/2020-01-13/index.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'www/blog/2020-01-13/index.html')

diff --git a/www/blog/2020-01-13/index.html b/www/blog/2020-01-13/index.html
index 0c9d1d5..73f9815 100644
--- a/www/blog/2020-01-13/index.html
+++ b/www/blog/2020-01-13/index.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'>
-- 
cgit v1.2.3-54-g00ecf