Skip to content

Commit 7c5d54d

Browse files
committed
Set published_date
1 parent 8137739 commit 7c5d54d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blog/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def get_json(self):
112112
"github_last_updated_date": self.last_updated,
113113
"title": self.title,
114114
"slug_url": self.get_slug(),
115-
"publishedAt": self.publishedAt,
115+
"published_date": self.publishedAt,
116116
"filepath": self.get_filepath(),
117117
"meta_desc": self.meta_desc,
118118
}

0 commit comments

Comments
 (0)