Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 880 Bytes

File metadata and controls

30 lines (26 loc) · 880 Bytes
layout page
permalink /image/
published true
<script> var imgs = []; {% for img in site.data.img %} imgs.push(['{{img.link}}', '{{img.type}}', '{{img.title}}']); {% endfor %} </script>
<script> var img = location.search.split('id=')[1]; document.write("

"+imgs[img][2]+"

"); if(imgs[img][1] == "video"){ document.write(""); }else{ document.write(""); } </script>

{% capture disqus %}{{ page.disqus_identifier }}{{img.link}}{% endcapture %} {% include disqus.html disqus_identifier=diqus %}