Added a https to a layout.
This commit is contained in:
parent
2d82d19d14
commit
e87daf2a2d
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
// @summary: jquery implementation
|
// @summary: jquery implementation
|
||||||
$(function() {
|
$(function() {
|
||||||
// @summary: Use the author's flickr ID to load images from the public flickr feed
|
// @summary: Use the author's flickr ID to load images from the public flickr feed
|
||||||
$.getJSON("http://api.flickr.com/services/feeds/photos_public.gne?id={{ .Site.Author.flickrid }}&format=json&jsoncallback=?", function(data) {
|
$.getJSON("https://api.flickr.com/services/feeds/photos_public.gne?id={{ .Site.Author.flickrid }}&format=json&jsoncallback=?", function(data) {
|
||||||
iweblog.application.displayImages(data, 8);
|
iweblog.application.displayImages(data, 8);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue