mirror of
https://github.com/godotengine/godot-website.git
synced 2026-01-04 06:09:55 +03:00
changing date from updated_at -> published_at
This commit is contained in:
@@ -35,7 +35,7 @@ postPage = "{{ :slug }}"
|
||||
<h2>Latest news</h2>
|
||||
{% for post in posts %}
|
||||
<article class="news">
|
||||
<div class="news-date"> {{ post.updated_at|date("M d, Y") }} </div>
|
||||
<div class="news-date"> {{ post.published_at|date("M d, Y") }} </div>
|
||||
<div class="news-title">
|
||||
<a href="{{ 'article'|page({ slug: post.slug }) }}">{{ post.title }}</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user