Skip to content

Commit

Permalink
Fix link to news
Browse files Browse the repository at this point in the history
  • Loading branch information
clementgallet committed Apr 10, 2022
1 parent e4211ad commit a265dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/news.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ permalink: /news/
---

{% for post in site.posts %}
<h4><a href="{{ post.url }}">{{ post.title }}</a></h4>
<h4><a href="{{ post.url | relative_url }}">{{ post.title }}</a></h4>

{{ post.excerpt }}

Expand Down

0 comments on commit a265dd4

Please sign in to comment.