From 3169fecf4590c384d48d8cf7c211717ebb2f548b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20=C5=A0kvorc?= Date: Mon, 22 Oct 2018 07:12:42 +0200 Subject: [PATCH 1/2] Update index.swig --- themes/navy/layout/index.swig | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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

From 6c63df50f4012273e11af06808c6a3d52042d8c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20=C5=A0kvorc?= Date: Wed, 24 Oct 2018 11:55:11 +0200 Subject: [PATCH 2/2] Update fetch_blog_posts.js --- 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 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({