diff options
Diffstat (limited to 'examples/hakyll/templates/default.html')
| -rw-r--r-- | examples/hakyll/templates/default.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/examples/hakyll/templates/default.html b/examples/hakyll/templates/default.html index 2e94f72..139564b 100644 --- a/examples/hakyll/templates/default.html +++ b/examples/hakyll/templates/default.html @@ -4,11 +4,11 @@ <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>Hakyll - $title</title> + <title>Hakyll - $title$</title> <!-- Stylesheets. --> - <link rel="stylesheet" type="text/css" href="$root/css/default.css" /> - <link rel="stylesheet" type="text/css" href="$root/css/syntax.css" /> + <link rel="stylesheet" type="text/css" href="/css/default.css" /> + <link rel="stylesheet" type="text/css" href="/css/syntax.css" /> <!-- Metadata. --> <meta name="keywords" content="hakyll,static site generator,static,site,generator,haskell,blog"/> @@ -17,16 +17,16 @@ <body> <div id="main"> <div id="header"> - <img src="$root/images/lambda.png" alt="lambda" /> - <h1>Hakyll - $title</h1> + <img src="/images/lambda.png" alt="lambda" /> + <h1>Hakyll - $title$</h1> </div> <!-- Sidebar. --> <div id="sidebar"> - $sidebar + $sidebar$ </div> <div id="content"> - $body + $body$ </div> <div id="footer"> |
