summaryrefslogtreecommitdiffstats
path: root/source/_includes
diff options
context:
space:
mode:
authorSkyArrow <tommy351@gmail.com>2012-01-25 10:07:44 +0100
committerSkyArrow <tommy351@gmail.com>2012-01-25 10:09:52 +0100
commit6c48a977766efe0b23bb6fdb93db0f9788c5cd26 (patch)
treec17191cab84bda5c254905aefebf8eee2395972b /source/_includes
parent565a650e7862df0e8151ac6fd7e296bda83f41e9 (diff)
downloadoctopress-theme-jeyzu-6c48a977766efe0b23bb6fdb93db0f9788c5cd26.zip
octopress-theme-jeyzu-6c48a977766efe0b23bb6fdb93db0f9788c5cd26.tar.gz
move custom/after_footer.html to after_footer.html
Diffstat (limited to 'source/_includes')
-rw-r--r--source/_includes/after_footer.html5
-rw-r--r--source/_includes/custom/after_footer.html5
2 files changed, 5 insertions, 5 deletions
diff --git a/source/_includes/after_footer.html b/source/_includes/after_footer.html
index cc756a0..f4edb38 100644
--- a/source/_includes/after_footer.html
+++ b/source/_includes/after_footer.html
@@ -1,2 +1,7 @@
+<script src="{{ root_url }}/javascripts/jquery.easing.1.3.js"></script>
+<script src="{{ root_url }}/javascripts/external.js"></script>
+<script src="{{ root_url }}/javascripts/navigation.js"></script>
+<script src="{{ root_url }}/javascripts/jquery.fancybox.pack.js"></script>
+<script src="{{ root_url }}/javascripts/caption.js"></script>
{% include disqus.html %}
{% include custom/after_footer.html %} \ No newline at end of file
diff --git a/source/_includes/custom/after_footer.html b/source/_includes/custom/after_footer.html
index 1ea5c22..e69de29 100644
--- a/source/_includes/custom/after_footer.html
+++ b/source/_includes/custom/after_footer.html
@@ -1,5 +0,0 @@
-<script src="{{ root_url }}/javascripts/jquery.easing.1.3.js"></script>
-<script src="{{ root_url }}/javascripts/external.js"></script>
-<script src="{{ root_url }}/javascripts/navigation.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