Added nimbus tag to blog fetching
This commit is contained in:
parent
5a6afc31b0
commit
fcab0d097c
|
@ -1,5 +1,5 @@
|
||||||
$(document).ready(function () {
|
$(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('');
|
var urlBase = [location.protocol, '//', location.host, location.pathname].join('');
|
||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
|
|
Loading…
Reference in New Issue