index.html 651 B

12345678910111213141516171819202122
  1. ---
  2. title: Home
  3. tags: one, two, three
  4. ---
  5. <h2>Where I tinker</h2>
  6. <div style="float: right; margin: 10px;">
  7. <img src="/images/mthood.jpg" style="float: right; margin: 10px;" />
  8. <div class="caption">
  9. photo courtesy <a href="https://www.flickr.com/photos/smik67/6223213433/">smik67</a>, used in accordance with <a href="https://creativecommons.org/licenses/by-nc-nd/2.0/">cc-by-nc-nd</a>.
  10. </div>
  11. </div>
  12. <p>Welcome to my blog!</p>
  13. <p>I've reproduced a list of recent posts here for your reading pleasure:</p>
  14. <h2>Posts</h2>
  15. $partial("templates/post-list.html")$
  16. <p>…or you can find more in the <a href="/archive.html">archives</a>.</p>