diff options
Diffstat (limited to 'data/example/templates')
-rw-r--r-- | data/example/templates/default.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/data/example/templates/default.html b/data/example/templates/default.html index cd20808..c3dd400 100644 --- a/data/example/templates/default.html +++ b/data/example/templates/default.html @@ -1,11 +1,11 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" -"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<!doctype html> +<html lang="en"> <head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <meta charset="utf-8"> + <meta http-equiv="x-ua-compatible" content="ie=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>My Hakyll Blog - $title$</title> - <link rel="stylesheet" type="text/css" href="/css/default.css" /> + <link rel="stylesheet" href="/css/default.css" /> </head> <body> <div id="header"> @@ -22,9 +22,9 @@ <div id="content"> <h1>$title$</h1> - $body$ </div> + <div id="footer"> Site proudly generated by <a href="http://jaspervdj.be/hakyll">Hakyll</a> |