Skip to content

Commit

Permalink
Update category.html
Browse files Browse the repository at this point in the history
  • Loading branch information
angeidheal committed Jul 27, 2023
1 parent 2da49c6 commit 907d9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/category.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

{% for post in site.categories[page.category] %}

<p><span style="margin-right:2em"><a href="{{ site.baseurl }}{{ post.url }}">{{ post.date | date: "%d/%m/%y" }} <i class="fa-regular fa-angles-right"></i></a></span> {{ post.title }}</a></p>
<p><span style="margin-right:2em">{{ post.title }}</span><a href="{{ site.baseurl }}{{ post.url }}">{{ post.date | date: "%d/%m/%y" }} <i class="fa-regular fa-angles-right"></i></a></a></p>
<br/>

{% endfor %}

0 comments on commit 907d9ef

Please sign in to comment.