diff options
author | Brian Picciano <bgp2396@bellsouth.net> | 2013-10-17 18:46:07 -0400 |
---|---|---|
committer | Brian Picciano <bgp2396@bellsouth.net> | 2013-10-17 18:52:47 -0400 |
commit | cb9a8db60df315b70f2fbb911558cb821f508684 (patch) | |
tree | 792fbfd890bb6f009604d82ce904e3288d226614 /index.html | |
parent | fa9f8204e9d3602a558dc7d9e27f0fc1b45e8ff3 (diff) |
abs -> rel
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ title: Blog Posts <h2><i class="icon-bookmark"></i> Posts</h2> <ul id="blog-posts" class="posts"> {% for post in site.posts %} - <li><span>{{ post.date | date_to_string }} »</span><a href="{{ post.url }}">{{ post.title }}</a></li> + <li><span>{{ post.date | date_to_string }} »</span><a href="/thoughts{{ post.url }}">{{ post.title }}</a></li> {% endfor %} </ul> </div> |