From fcab0d097c837f731e708bbb33a385a9b873129b Mon Sep 17 00:00:00 2001 From: Bruno Skvorc Date: Fri, 12 Oct 2018 13:34:52 +0200 Subject: [PATCH] Added nimbus tag to blog fetching --- themes/navy/source/js/fetch_blog_posts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/navy/source/js/fetch_blog_posts.js b/themes/navy/source/js/fetch_blog_posts.js index 64e2a53..7a99536 100644 --- a/themes/navy/source/js/fetch_blog_posts.js +++ b/themes/navy/source/js/fetch_blog_posts.js @@ -1,5 +1,5 @@ $(document).ready(function () { - let url = 'https://our.status.im/ghost/api/v0.1/posts/?filter=tag:nimbus&limit=3&formats=plaintext&client_id=ghost-frontend&client_secret=2b055fcd57ba'; + let url = 'https://our.status.im/ghost/api/v0.1/posts/?filter=tag:nimbus&order=published_at%20asc&limit=3&formats=plaintext&client_id=ghost-frontend&client_secret=2b055fcd57ba'; var urlBase = [location.protocol, '//', location.host, location.pathname].join(''); $.ajax({