Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gizak/nofancy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi-aung 'Lewis' Yip <liaung@gmail.com>2016-12-30 10:08:08 +0300
committerLi-aung 'Lewis' Yip <liaung@gmail.com>2016-12-30 10:08:08 +0300
commitd3b2f639d7f143858ed0bddd06ad085d273ae494 (patch)
tree56a4046a03b65c80cd7b2c94ff9f5ce8f29bf321
parentc1113e80b9965c715681179d8f8556ea51fd7bd6 (diff)
Add HTML doctype to avoid browser quirks mode
-rw-r--r--layouts/partials/header.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 971fce6..5ad1eb2 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<html lang="en">
<head>