mirror of
https://github.com/status-im/nimbus-site.git
synced 2025-02-08 10:05:23 +00:00
Update fetch_blog_posts.js
This commit is contained in:
parent
e994897bd0
commit
2e3ade7a8f
@ -6,6 +6,7 @@ $(document).ready(function () {
|
||||
type: "get",
|
||||
url: url,
|
||||
success: function (response) {
|
||||
response.posts = response.posts.reverse();
|
||||
$.each(response.posts, function (index, val) {
|
||||
var excerpt = '';
|
||||
if(val.custom_excerpt != null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user