diff --git a/themes/navy/layout/index.swig b/themes/navy/layout/index.swig index bb9a314..b14999d 100644 --- a/themes/navy/layout/index.swig +++ b/themes/navy/layout/index.swig @@ -91,7 +91,7 @@
Damp Soulful Allensbigearedbat
+Damp Soulful Allensbigearedbat
@@ -115,7 +115,7 @@Descriptive Liquid Nightcrawler
See Github profile @@ -124,7 +124,7 @@
Quarrelsome Lightgoldenrodyellow Anaconda
+Quarrelsome Lightgoldenrodyellow Anaconda
@@ -140,7 +140,7 @@Pure Quickwitted Indianglassfish
+Pure Quickwitted Indianglassfish
@@ -148,7 +148,7 @@Sarcastic General BlackRussianTerrier
+ diff --git a/themes/navy/source/js/fetch_blog_posts.js b/themes/navy/source/js/fetch_blog_posts.js index 7a99536..e4a8f77 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&order=published_at%20asc&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%20desc&limit=3&formats=plaintext&client_id=ghost-frontend&client_secret=2b055fcd57ba'; var urlBase = [location.protocol, '//', location.host, location.pathname].join(''); $.ajax({