diff options
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/default.html | 2 | ||||
| -rw-r--r-- | _layouts/post.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 6c41632..12e4b16 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,6 +1,6 @@ --- --- - +<!DOCTYPE HTML> <HTML> <HEAD> {% include heading.html %} diff --git a/_layouts/post.html b/_layouts/post.html index 1eb604c..7a5d3bb 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,6 +1,6 @@ --- --- - +<!DOCTYPE HTML> <HTML> <HEAD> {% include heading.html %} |
