Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit 29f5cf0

Browse files
authored
Fix grammar presenting 'last updated' DateTime
1 parent ff73cf6 commit 29f5cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.mokkf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ markdown: false
4747
{% endif %}
4848
<p class="card-text">
4949
<small class="text-muted">
50-
<span data-octicon="clock"></span> Last updated at {{ repository.date.rfc_2822 }}
50+
<span data-octicon="clock"></span> Last updated {{ repository.date.rfc_2822 }}
5151
</small>
5252
</p>
5353
</div>

0 commit comments

Comments
 (0)