Skip to content

Commit

Permalink
aider: Update blog post layout to display the date in a specific format.
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Jun 20, 2024
1 parent a6fed15 commit 69cea4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/freenet/layouts/partials/blog.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<section class="section">
<div class="container">
<h1 class="title">{{ .Title }}</h1>
<p class="subtitle">{{ .Date.Format "January 2, 2006" }}</p>
<p class="subtitle" style="margin-top: 1rem;">{{ .Date.Format "January 2, 2006" }}</p>
<div class="content">
{{ .Content }}
</div>
Expand Down

0 comments on commit 69cea4e

Please sign in to comment.