A few updates on index page and About page

This commit is contained in:
Chris Hodapp
2016-08-03 17:18:53 -04:00
parent a2035c3c80
commit 77240cb27c
2 changed files with 35 additions and 23 deletions

View File

@@ -2,15 +2,11 @@
title: Home
---
<h2>Welcome</h2>
<!-- h2>Welcome</h2 -->
<img src="/images/logo.svg" style="float: right; margin: 10px;" />
<!-- img src="/images/logo.svg" style="float: right; margin: 10px;" /-->
<p>Welcome to Chris Hodapp's horribly neglected blog.</p>
<p>Here's a list of recent posts:</p>
<h2>Posts</h2>
<h2>Recent Posts</h2>
$partial("templates/post-list.html")$
<p>You may also check the <a href="/archive.html">archives</a>!</p>
<p>See <a href="/archive.html">Archives</a> for older posts.</p>