diff --git a/index.html b/index.html index f329ea228f606dd437614ccb997a206d1bbd089b..51aa4264c03816b73c5fca20f4b663020c1bdf42 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ layout: default {% for post in paginator.posts %} <li class="post"> - <h2><a href="{% if site.baseurl == "/" %}{{ post.url }}{% else %}{{ post.url | prepend: site.baseurl }}{% endif %}">{{ post.title }}.html</a></h2> + <h2><a href="{% if site.baseurl == "/" %}{{ post.url }}{% else %}{{ post.url | prepend: site.baseurl }}{% endif %}.html">{{ post.title }}</a></h2> <time datetime="{{ post.date | date_to_xmlschema }}" class="by-line">{{ post.date | date_to_string }}</time> <p>{{ post.excerpt }}</p> </li>