Skip to content

Commit

Permalink
use time tag
Browse files Browse the repository at this point in the history
  • Loading branch information
midhunhk committed Sep 12, 2024
1 parent d9ba603 commit 41ca75c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Binary file modified .jekyll-metadata
Binary file not shown.
6 changes: 4 additions & 2 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
<div class="columns reverse-row-order">
<div class="column is-4">
<p>
<span class="has-text-weight-bold is-uppercase">Published</span>
{{ page.date | date: "%b %-d, %Y" }}
<span class="has-text-weight-bold is-uppercase">Published on </span>
<time datetime="{{ page.date | date_to_xmlschema }}">
{{ page.date | date_to_string }}
</time>
</p>

{% if page.sidenote %}
Expand Down

0 comments on commit 41ca75c

Please sign in to comment.