hugo-internet-weblog/layouts/partials/custom_image_handler.html

12 lines
411 B
HTML
Raw Normal View History

<!--<script type="text/javascript">
2016-02-19 23:35:42 -05:00
// @summary: jquery implementation
$(function() {
// @summary: Use the author's flickr ID to load images from the public flickr feed
$.getJSON("https://api.flickr.com/services/feeds/photos_public.gne?id={{ .Site.Params.Author.flickrid }}&format=json&jsoncallback=?", function(data) {
2016-02-19 23:35:42 -05:00
iweblog.application.displayImages(data, 8);
});
});
</script>-->