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 @@

Yevhen Kabanov

-

Fluid Stimulating Puma

+

Fluid Stimulating Puma

See Github profile

@@ -99,7 +99,7 @@

Jacek Sieka

-

Piercing Double Honeyeater

+

Piercing Double Honeyeater

See Github profile

@@ -107,7 +107,7 @@

Mamy Ratsimbazafy

-

Damp Soulful Allensbigearedbat

+

Damp Soulful Allensbigearedbat

See Github profile

@@ -115,7 +115,7 @@

Ryan Lipscombe

-

Descriptive Liquid Nightcrawler

See Github profile @@ -124,7 +124,7 @@

Zahary Karadjov

-

Useless Gainsboro Serpent

+

Useless Gainsboro Serpent

See Github profile

@@ -132,7 +132,7 @@

Yuriy Glukhov

-

Quarrelsome Lightgoldenrodyellow Anaconda

+

Quarrelsome Lightgoldenrodyellow Anaconda

See Github profile

@@ -140,7 +140,7 @@

Dustin Brody

-

Pure Quickwitted Indianglassfish

+

Pure Quickwitted Indianglassfish

See Github profile

@@ -148,7 +148,7 @@

Bruno Skvorc

-

Sarcastic General BlackRussianTerrier

+

Sarcastic General BlackRussianTerrier

See Github profile

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({