diff options
author | Luke Smith <luke@lukesmith.xyz> | 2021-03-12 14:53:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-12 14:53:46 -0500 |
commit | 2d08bb31b2bb52f44e4fea9101d3c37b36548b2c (patch) | |
tree | 4066bde24a5de467834f29f23baf789c29412e34 | |
parent | 861931ccd3ab3796cf70186d58d2eab90fca8159 (diff) | |
parent | b39b2c74b1c01792e8560ef65ff762242976ee23 (diff) | |
download | based.cooking-2d08bb31b2bb52f44e4fea9101d3c37b36548b2c.tar based.cooking-2d08bb31b2bb52f44e4fea9101d3c37b36548b2c.tar.gz based.cooking-2d08bb31b2bb52f44e4fea9101d3c37b36548b2c.tar.lz based.cooking-2d08bb31b2bb52f44e4fea9101d3c37b36548b2c.tar.xz based.cooking-2d08bb31b2bb52f44e4fea9101d3c37b36548b2c.zip |
Merge pull request #102 from lemtom/patch-1
Lang attribute was not properly closed
-rw-r--r-- | src/_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_header.html b/src/_header.html index 3651175c9..31106815a 100644 --- a/src/_header.html +++ b/src/_header.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html lang=en"> +<html lang="en"> <head> <title></title> |