A few updates on index page and About page
This commit is contained in:
12
index.html
12
index.html
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user