Skip to content

Commit

Permalink
Fixed relative paths for navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyderic Dutillieux authored and Lyderic Dutillieux committed Feb 6, 2024
1 parent fada7e3 commit 6f9fed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.org
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ So, enjoy the ride on this (admittedly inactive) blog and feel free to reach out
* Latest articles

{% for post in site.posts %}
- [[{{ post.url }}][{{ post.title }}]]\\
- [[{{ post.url | absolute_url }}][{{ post.title }}]] \\
{{ post.subtitle }}
{% endfor %}

0 comments on commit 6f9fed6

Please sign in to comment.