diff options
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> |