diff options
author | Brian Picciano <bgp2396@bellsouth.net> | 2013-10-17 18:58:09 -0400 |
---|---|---|
committer | Brian Picciano <bgp2396@bellsouth.net> | 2013-10-17 19:00:32 -0400 |
commit | e229920fc94c61f02ae306eba9f965b417f6740c (patch) | |
tree | 78e47c90921737d9b20e2a60d1d1b4799ed2122d /_layouts/post.html | |
parent | cb9a8db60df315b70f2fbb911558cb821f508684 (diff) |
fixed links and stuff for sure
Diffstat (limited to '_layouts/post.html')
-rw-r--r-- | _layouts/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 6509673..98dc12f 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -4,7 +4,7 @@ layout: default <p class="meta"> {{ page.date | date: "%B %d, %Y" }} - <a href="/"> + <a href="./index.html"> <i class="home icon-home"></i> </a> </p> |