Skip to content

Commit

Permalink
Add date field to under except of blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
ToffeeMax committed Apr 7, 2024
1 parent 3081af1 commit f6bff4c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions themes/gamemode4/layout/_partial/article-excerpt.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
<!-- Title -->
<a href="<%- config.root %><%- item.path %>" >
<h3 class="blog-post-title">

<%- item.title %>

</h3>
<h4 class="blog-post-date">
<%= date(item.date, "MMMM DD, YYYY") %>

</h4>
</a>


Expand Down

0 comments on commit f6bff4c

Please sign in to comment.