Skip to content

Instantly share code, notes, and snippets.

@rayners
Created October 21, 2010 05:47
Show Gist options
  • Save rayners/638016 to your computer and use it in GitHub Desktop.
Save rayners/638016 to your computer and use it in GitHub Desktop.
HTML5 Index Template for Movable Type
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title><$mt:blogname$></title>
</head>
<body>
<header>
<hgroup><h1><$mt:blogname$></h1></hgroup>
</header>
<mt:entries>
<article>
<header>
<time datetime="<$mt:entrydate format_name="iso8601"$>" pubdate><$mt:entrydate$></time>
<h1><$mt:entrytitle$></h1>
</header>
<$mt:entrybody$>
</article>
</mt:entries>
<footer>
<p>&#167;</p>
<p>&#169; 2002&#8211;10 <a href="#">David Raynes</a></p>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment