Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicBch authored Nov 12, 2023
1 parent 6208f1f commit 2c28b40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ title: Home
<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>
<p style = "color: grey; font-style : italic;">{{post.date | date: "%d %B %Y"}}</p>
<p class="message"> <a href="{{ site.baseurl }}{{ post.url }}" style="text-decoration: none; color: black;">{{ post.subtitle }} </a></p>
<p class="message"> <a href="{{ post.url }}" style="text-decoration: none; color: black;">{{ post.subtitle }} </a></p>
<br>
</li>
{% endfor %}
Expand Down

0 comments on commit 2c28b40

Please sign in to comment.