Skip to content

Commit

Permalink
fix jquery
Browse files Browse the repository at this point in the history
  • Loading branch information
le4ker committed Feb 16, 2024
1 parent e9bcf6d commit 9412a6b
Showing 1 changed file with 7 additions and 18 deletions.
25 changes: 7 additions & 18 deletions _includes/js.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- Javascript Start -->

<!-- jQuery -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>

<!-- Bootstrap Core JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.min.js"></script>
Expand Down Expand Up @@ -57,9 +57,7 @@
});
</script>

{% endif %}

{% if site.syntax-highlight and page.section-type == "post" %}
{% endif %} {% if site.syntax-highlight and page.section-type == "post" %}

<!-- Syntax highlight in post pages-->

Expand All @@ -68,9 +66,7 @@
hljs.initHighlightingOnLoad();
</script>

{% endif %}

{% if site.disqus-shortname %}
{% endif %} {% if site.disqus-shortname %}

<!-- Disqus -->

Expand All @@ -90,9 +86,8 @@
})();
</script>

{% endif %}

{% if page.section-type == "post" or page.section-type == "blog" or page.section-type == "index" or page.section-type == "tag" %}
{% endif %} {% if page.section-type == "post" or page.section-type == "blog" or
page.section-type == "index" or page.section-type == "tag" %}

<!-- Comments Counter Start -->

Expand All @@ -115,21 +110,15 @@

<!-- Comments Counter End -->

{% endif %}

{% endif %}

{% if page.section-type == "post" %}
{% endif %} {% endif %} {% if page.section-type == "post" %}

<!-- Share buttons Start -->

<script src="{{site.baseurl}}/js/rrssb.min.js"></script>

<!-- Share buttons End -->

{% endif %}

{% if site.dynamic-typing and page.section-type == "index" %}
{% endif %} {% if site.dynamic-typing and page.section-type == "index" %}

<!-- Dynamic Typing Start -->

Expand Down

0 comments on commit 9412a6b

Please sign in to comment.