Skip to content

Commit 79881cd

Browse files
committed
fix base url for site links
1 parent efcdc2c commit 79881cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ You can read more about Code@LTH on our [About page](/about).
2828
## Blog Posts
2929
<ul class="posts">
3030
{% for post in site.posts %}
31-
<li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a></li>
31+
<li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li>
3232
{% endfor %}
3333
</ul>

0 commit comments

Comments
 (0)