summaryrefslogtreecommitdiffstats
path: root/source/_includes/fancybox.html
diff options
context:
space:
mode:
Diffstat (limited to 'source/_includes/fancybox.html')
-rw-r--r--source/_includes/fancybox.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/_includes/fancybox.html b/source/_includes/fancybox.html
new file mode 100644
index 0000000..fd5bcfd
--- /dev/null
+++ b/source/_includes/fancybox.html
@@ -0,0 +1,6 @@
+<script src="{{ root_url }}/javascripts/jquery.fancybox.pack.js"></script>
+<script type="text/javascript">
+(function($){
+ $('.fancybox').fancybox();
+})(jQuery);
+</script> \ No newline at end of file