Browse Source

docs : add html-foot include

pull/14/head
David DeSandro 14 years ago
parent
commit
a9d693b768
  1. 3
      _includes/html-foot.html
  2. 3
      _layouts/demo.html
  3. 6
      _layouts/doc.html
  4. 3
      _layouts/elements.html
  5. 5
      _layouts/inf-scroll-page.html

3
_includes/html-foot.html

@ -0,0 +1,3 @@
</body>
</html>

3
_layouts/demo.html

@ -8,5 +8,4 @@
{% include footer.html %} {% include footer.html %}
</body> {% include html-foot.html %}
</html>

6
_layouts/doc.html

@ -31,8 +31,4 @@
</section> <!-- #content --> </section> <!-- #content -->
{% include html-foot.html %}
</body>
</html>

3
_layouts/elements.html

@ -145,5 +145,4 @@
</script> </script>
</body> {% include html-foot.html %}
</html>

5
_layouts/inf-scroll-page.html

@ -11,6 +11,8 @@
{% endfor %} {% endfor %}
</div> </div>
{% include footer.html %}
<script src="../js/jquery-1.4.4.min.js"></script> <script src="../js/jquery-1.4.4.min.js"></script>
<script src="../{{ site.isotope_js }}"></script> <script src="../{{ site.isotope_js }}"></script>
<script> <script>
@ -26,5 +28,4 @@
}); });
</script> </script>
</body> {% include html-foot.html %}
</html>
Loading…
Cancel
Save