Skip to content

Instantly share code, notes, and snippets.

@egrouse
Created April 18, 2012 20:05
Show Gist options
  • Save egrouse/2416182 to your computer and use it in GitHub Desktop.
Save egrouse/2416182 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML>
<html lang="en-US">
<head>
[[$htmlhead]]
</head>
<body>
<section id="wrapper">
[[$sidebar]]
<section id="main">
<article class="post" id="post-[[*id]]">
<header>
<h2>[[*pagetitle]]</h2>
<div class="meta">
<span class="tags">[[!outputTags? &input=`[[*blog_tags]]`]]</span>
<span class="date">
<time pubdate="pubdate" datetime="[[*publishedon:strtotime:date=`%Y-%m-%dT%H:%M:%S+00:00`]]">[[*publishedon:strtotime:date=`%a %b %e, %Y %H:%M:%S`]]</time>
</span>
</div>
</header>
<section class="post-content">
[[*blog_img:notempty=`<img src="/[[*blog_img]]" alt="" class="blogimg" />`]]
[[*content]]
</section>
[[$comments]]
</article>
</section>
<div class="push"></div>
</section>
[[$footer]]
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment