Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 861 Bytes

index.md

File metadata and controls

34 lines (28 loc) · 861 Bytes
layout title permalink
widecontent
Welcome
/
<script type="text/javascript"> images_list= {{ site.data.welcome | jsonify}} console.log(images_list) function getImageHTML() { var html_code = '

" html_code += images_list[randomIndex]["title"]; html_code += "
" html_code += images_list[randomIndex]["caption"]; html_code += "

" return html_code; } </script>
<script type="text/javascript"> document.write(getImageHTML()); </script>