diff options
author | Brian Picciano <bgp2396@bellsouth.net> | 2013-11-20 10:36:23 -0500 |
---|---|---|
committer | Brian Picciano <bgp2396@bellsouth.net> | 2013-11-20 10:36:23 -0500 |
commit | 4fb87e7680b4485aded63c2a909d6b2929020834 (patch) | |
tree | 8225c12ab35f51125769b7d1d1267c1c146b2318 /_layouts | |
parent | 7ec5f8e4d1bb2b79e9ccf0de4cd7f9f4f527d5a5 (diff) |
change home icone
Diffstat (limited to '_layouts')
-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 98dc12f..0cb59ce 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="./index.html"> + <a href="./"> <i class="home icon-home"></i> </a> </p> |