summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorBrian Picciano <bgp2396@bellsouth.net>2013-10-17 18:58:09 -0400
committerBrian Picciano <bgp2396@bellsouth.net>2013-10-17 19:00:32 -0400
commite229920fc94c61f02ae306eba9f965b417f6740c (patch)
tree78e47c90921737d9b20e2a60d1d1b4799ed2122d /index.html
parentcb9a8db60df315b70f2fbb911558cb821f508684 (diff)
fixed links and stuff for sure
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index f3920b5..125848b 100644
--- a/index.html
+++ b/index.html
@@ -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 }} &raquo;</span><a href="/thoughts{{ post.url }}">{{ post.title }}</a></li>
+ <li><span>{{ post.date | date_to_string }} &raquo;</span><a href=".{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
</div>