blog/templates/default.html
Sanchayan Maity 87c002e208 Add HTML tag for google site verification
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2019-01-16 07:49:56 +05:30

34 lines
1 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="google-site-verification" content="UtubfnLx-5OoVi2z1L3b66sSCf2UKOB9_gAs7fYd92U" />
<title>Coherent Musings - $title$</title>
<link rel="stylesheet" type="text/css" href="/style.css" />
</head>
<body>
<div id="header">
<div id="logo">
</div>
<div id="navigation">
<a href="/">Home</a>
<a href="/about.html">About</a>
<a href="/contact.html">Contact</a>
<a href="/archive.html">Archive</a>
</div>
</div>
<div id="content">
<h1>$title$</h1>
$body$
</div>
<div id="footer">
Site proudly generated by
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
</div>
</body>
</html>