summaryrefslogtreecommitdiff
path: root/templates/post.html
blob: de20f4d14a1853d1bab6c624feb2fc337bd2818b (plain)
1
2
3
4
5
6
7
8
9
10
<article>
  <h1>$title$</h1>
  <header>
    Posted on <time datetime="$formalDate$">$date$</time>
  </header>
  $body$
  <footer>
    <p>Except where otherwise noted, content on this website is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>. The <a href="https://git.skreutz.com/blog.git/">source code</a> is dual-licensed under <a href="https://opensource.org/licenses/MIT">MIT</a> or <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
  </footer>
</article>
Generated by cgit. See skreutz.com for my tech blog and contact information.