Skip to content

Commit

Permalink
Fix the updated date so it uses the site time rather than last modified
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Oct 15, 2024
1 parent a9a0ea2 commit 04ec583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/_layouts/schema_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<nav id="sidebar">
{% include _logo.html %}
<ul>
<li><b>Updated:</b> {% last_modified_at %}</li>
<li><b>Updated:</b> {{ site.time | date: "%B %-d, %Y" }}</li>
</ul>
<ul>
<li><a href=".">Schema Browser</a></li>
Expand Down

0 comments on commit 04ec583

Please sign in to comment.