diff options
author | SkyArrow <tommy351@gmail.com> | 2012-01-24 18:18:01 +0100 |
---|---|---|
committer | SkyArrow <tommy351@gmail.com> | 2012-01-24 18:18:01 +0100 |
commit | 84695ac13a34ade6a7752b127ff93ca8a3ffddf9 (patch) | |
tree | 5fcf35dde29ca22307998e212e454450cd1db076 /source/_includes | |
parent | a9a4bf51f0597ec616fa7e3345ac6f4203f0a273 (diff) | |
download | octopress-theme-jeyzu-84695ac13a34ade6a7752b127ff93ca8a3ffddf9.zip octopress-theme-jeyzu-84695ac13a34ade6a7752b127ff93ca8a3ffddf9.tar.gz |
include fancybox
Diffstat (limited to 'source/_includes')
-rw-r--r-- | source/_includes/custom/after_footer.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source/_includes/custom/after_footer.html b/source/_includes/custom/after_footer.html index 059b593..cb1277b 100644 --- a/source/_includes/custom/after_footer.html +++ b/source/_includes/custom/after_footer.html @@ -1,4 +1,5 @@ <script src="{{ root_url }}/javascripts/jquery.easing.1.3.js"></script> <script src="{{ root_url }}/javascripts/external.js"></script> -<script src="{{ root_url }}/javascripts/caption.js"></script> -<script src="{{ root_url }}/javascripts/twitter.js"></script>
\ No newline at end of file +<script src="{{ root_url }}/javascripts/twitter.js"></script> +<script src="{{ root_url }}/javascripts/jquery.fancybox.pack.js"></script> +<script src="{{ root_url }}/javascripts/caption.js"></script>
\ No newline at end of file |