diff options
Diffstat (limited to 'data/example/templates/default.html')
-rw-r--r-- | data/example/templates/default.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/data/example/templates/default.html b/data/example/templates/default.html index 4b7d8af..cd20808 100644 --- a/data/example/templates/default.html +++ b/data/example/templates/default.html @@ -4,9 +4,8 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <title>MyAweSomeCompany - $title$</title> + <title>My Hakyll Blog - $title$</title> <link rel="stylesheet" type="text/css" href="/css/default.css" /> - <link rel="stylesheet" type="text/css" href="/css/syntax.css" /> </head> <body> <div id="header"> @@ -16,11 +15,14 @@ <div id="navigation"> <a href="/">Home</a> <a href="/about.html">About</a> - <a href="/code.html">Code</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"> |