diff options
| author | Barry Clark <barry@barryclark.co> | 2014-05-31 10:57:37 -0400 |
|---|---|---|
| committer | Barry Clark <barry@barryclark.co> | 2014-05-31 10:57:37 -0400 |
| commit | 7163abfa7e70e3b7a65dc6207b1c2039987327b5 (patch) | |
| tree | ab915052f99e797a3116260cc263993fc6c78520 /_layouts | |
| parent | 195ec19009b1e377c2a5ab1715affeffa71afa17 (diff) | |
| download | acn-blog-7163abfa7e70e3b7a65dc6207b1c2039987327b5.tar.gz acn-blog-7163abfa7e70e3b7a65dc6207b1c2039987327b5.tar.bz2 acn-blog-7163abfa7e70e3b7a65dc6207b1c2039987327b5.zip | |
Added Jekyll Now comment in to the top of the head markup
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/default.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 966865a..e9e30fe 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,6 +1,8 @@ <!DOCTYPE html> <html> <head> + <!-- Created with Jekyll Now - http://github.com/barryclark/jekyll-now --> + <meta charset="utf-8" /> <meta content='text/html; charset=utf-8' http-equiv='Content-Type'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> |
