mirror of
https://github.com/status-im/nimbus-site.git
synced 2025-01-20 08:49:00 +00:00
Merge pull request #19 from status-im/develop
Update fetch_blog_posts.js
This commit is contained in:
commit
d3ce00e5d8
@ -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