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

Commit

Permalink
Fix grammar presenting 'last updated' DateTime
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoh authored Aug 14, 2021
1 parent 50c1e04 commit c3e81bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.mokkf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ markdown: false
{% endif %}
<p class="card-text">
<small class="text-muted">
<span data-octicon="clock"></span> Last updated at {{ repository.date.rfc_2822 }}
<span data-octicon="clock"></span> Last updated {{ repository.date.rfc_2822 }}
</small>
</p>
</div>
Expand Down

0 comments on commit c3e81bb

Please sign in to comment.