summaryrefslogtreecommitdiff
path: root/index.md
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2014-03-26 00:47:50 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2014-03-26 00:47:50 -0700
commit8dba297ada47178f980e829734bf2e2b23ce81a2 (patch)
tree9901af46b72e9d6851d7840b07ccb927bfbcb2ca /index.md
parent3df5773e3a7dd5fac1d6d641b30a84c6470dab19 (diff)
downloadscala-8dba297ada47178f980e829734bf2e2b23ce81a2.tar.gz
scala-8dba297ada47178f980e829734bf2e2b23ce81a2.tar.bz2
scala-8dba297ada47178f980e829734bf2e2b23ce81a2.zip
base url
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 824fc81fff..3510c9cbdf 100644
--- a/index.md
+++ b/index.md
@@ -6,7 +6,7 @@ layout: default
<ul>
{% for post in site.pages %}
<li>
- <a href="{{ post.url }}">{{ post.title }}</a>
+ <a href="{{site.baseurl}}{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>