summaryrefslogtreecommitdiff
path: root/templates/post.html
blob: 726fa77b4783a8f54d1335d37a4341c2bc02bf38 (plain)
1
2
3
4
5
6
7
8
<article>
  <h1>$title$</h1>
  <header>
    Posted on <time datetime="$formalDate$">$date$</time>
  </header>
  $body$
  <footer></footer>
</article>
Generated by cgit. See skreutz.com for my tech blog and contact information.