Skip to content

Commit

Permalink
Update home.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicBch authored Nov 12, 2023
1 parent 6a1adbc commit 971bf97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_link: true
<ul style="list-style-type: none;">
{% for post in site.posts %}
<li style = "border-bottom: 2px solid #999; margin-bottom: 10px;">
<a href="{{ site.baseurl }}{{ post.url }}" style="text-decoration: none; font-size: 2rem; color: black;">
<a href="{{ post.url }}" style="text-decoration: none; font-size: 2rem; color: black;">
<span style="text-decoration: underline;">{{ post.title }}</span>
</a>
<br>
Expand Down

0 comments on commit 971bf97

Please sign in to comment.