We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efcdc2c commit 79881cdCopy full SHA for 79881cd
index.md
@@ -28,6 +28,6 @@ You can read more about Code@LTH on our [About page](/about).
28
## Blog Posts
29
<ul class="posts">
30
{% for post in site.posts %}
31
- <li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a></li>
+ <li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}">{{ post.title }}</a></li>
32
{% endfor %}
33
</ul>
0 commit comments