summaryrefslogtreecommitdiff
path: root/index.md
diff options
context:
space:
mode:
authorJade Dominguez <plusjade@gmail.com>2012-01-21 18:15:00 -0800
committerJade Dominguez <plusjade@gmail.com>2012-01-21 18:15:00 -0800
commitb01624b217f54246efc999787d60ed789d5105f2 (patch)
tree310e59532b09cbbad4bfaa979af3a2c96bd7d7eb /index.md
parent71278b8a3a1d7674349a4ff2b386818851a8661e (diff)
Update themes and pages to new paths api
Diffstat (limited to 'index.md')
-rw-r--r--index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.md b/index.md
index 37b7210..c679f66 100644
--- a/index.md
+++ b/index.md
@@ -32,7 +32,7 @@ Here's a sample "posts list".
<ul class="posts">
{% for post in site.posts %}
- <li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li>
+ <li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ BASE_PATH }}{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>