Skip to content

Commit

Permalink
Showing provider instead of date
Browse files Browse the repository at this point in the history
  • Loading branch information
zEVrafish committed Jan 31, 2025
1 parent c6cae28 commit 64a5c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/courses.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h2 class="text-4xl font-semibold font-montserrat">Courses available</h2>
<div class="pt-4 flex flex-col">
<a class="text-lg tracking-normal text-blue-500" href="{{ post.url }}">{{ post.data.title }} </a>
<time class="text-sm tracking-tight text-gray-600 postlist-date" datetime="{{ post.date | htmlDateString }}">
{{ post.date | readableDate }}
{{ post.data.provider }}
</time>
</div>
{% endfor %}
Expand Down

0 comments on commit 64a5c97

Please sign in to comment.