Skip to content

Commit

Permalink
add date to news page
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoff-it committed Sep 19, 2024
1 parent f5ce4ba commit 8d17832
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layouts/news-page.shtml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
</a>
</ctx>
<h1 class="title" :text="$page.title"></h1>
<h3 :text="$page.date.format('January 02, 2006')"></h3>
<ctx :if="$page.custom.get?('toc')" :html="$page.toc()">
</ctx>
<ctx :html="$page.content()"></ctx>
Expand Down

0 comments on commit 8d17832

Please sign in to comment.