Skip to content

Commit 3d441f4

Browse files
Added calendar icon before date / time for event.
1 parent a396776 commit 3d441f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ <h2 class="upcoming__event-subtitle"> {{ post.subtitle }}</h2>
8383
<div class="row">
8484
<div class="col-12 no-padding-x">
8585
<p class="upcoming__paragraph">
86-
{{ post.date | date: "%e %B %Y" }}, {{ post.time }}
86+
<i class="upcoming__icon far fa-calendar-alt"></i>{{ post.date | date: "%e %B %Y" }}, {{ post.time }}
8787
</p>
8888
</div>
8989
</div>

0 commit comments

Comments
 (0)