| 12345678910111213141516171819202122 | 
							- ---
 
- title: Home
 
- tags: one, two, three
 
- ---
 
- <h2>Where I tinker</h2>
 
- <div style="float: right; margin: 10px;">
 
-   <img src="/images/mthood.jpg" style="float: right; margin: 10px;" />
 
-   <div class="caption">
 
-     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>.
 
-   </div>
 
- </div>
 
- <p>Welcome to my blog!</p>
 
- <p>I've reproduced a list of recent posts here for your reading pleasure:</p>
 
- <h2>Posts</h2>
 
- $partial("templates/post-list.html")$
 
- <p>…or you can find more in the <a href="/archive.html">archives</a>.</p>
 
 
  |