Sha256: b1457c160b365ddaa7d970e15e94c8ad96703807d7649e1ac723969e3af88db6

Contents?: true

Size: 933 Bytes

Versions: 9

Compression:

Stored size: 933 Bytes

Contents

 <!-- jQuery Version 1.11.0 -->
    <script src="{{ "/js/jquery-1.11.0.js" }}"></script>

    <!-- Bootstrap Core JavaScript -->
    <script src="{{ "/js/bootstrap.min.js" }}"></script>

    <!-- Plugin JavaScript -->
    <script src="{{ "/js/jquery.easing.min.js" }}"></script>
    <script src="{{ "/js/classie.js" }}"></script>
    <script src="{{ "/js/cbpAnimatedHeader.js" }}"></script>

    <!-- Contact Form JavaScript -->
    <script src="{{ "/js/jqBootstrapValidation.js" }}"></script>
    {% if site.contact == "static" %}
    <script src="{{ "/js/contact_me_static.js" }}"></script>
    {% else %}
     <script src="{{ "/js/contact_me.js" }}"></script>
    {% endif %}

    <!-- Custom Theme JavaScript -->
    <script src="{{ "/js/freelancer.js" }}"></script>

    {% if site.contact == "disqus" %}
    <!-- Disqus Stuff -->
    {% include js_disqus.html %}
    {% endif %}

    <script src="{{ "/js/nav.js" }}"></script>

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
sonic-screwdriver-1.3.0 docs/_includes/js.html
sonic-screwdriver-1.2.0 docs/_includes/js.html
sonic-screwdriver-1.1.1 docs/_includes/js.html
ufo-1.6.2 docs/_includes/js.html
sonic-screwdriver-1.1.0 docs/_includes/js.html
sonic-screwdriver-1.0.0 docs/_includes/js.html
ufo-1.6.1 docs/_includes/js.html
ufo-1.6.0 docs/_includes/js.html
jack-eb-1.3.0 docs/_includes/js.html