Skip to content

Commit

Permalink
Slight tweak to date format on update page.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottstraughan committed May 14, 2024
1 parent 4559fa0 commit aae2032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/update.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<h1>{{page.title}}</h1>
</div>
<div>
<h2><span class="material-icons">event</span> {{page.date | date: "%m/%d/%Y" }}</h2>
<h2><span class="material-icons">event</span> {{page.date | date: "%d/%m/%Y" }}</h2>
</div>
</header>
<article>
Expand Down

0 comments on commit aae2032

Please sign in to comment.