Skip to content

Commit 80e5b6c

Browse files
committed
Remove local jquery
1 parent 0353d9d commit 80e5b6c

File tree

13 files changed

+17
-10772
lines changed

13 files changed

+17
-10772
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ url: https://www.example42.com
66
title: Puppet Training, Consulting and Development. IT Automation and DevOps.
77
email: info@example42.com
88
author: Example42
9-
description: > # "Example42 delivers Puppet training, consulting and development services. It provides consulting on automation and DevOps practices"
9+
description: "Example42 delivers Puppet training, consulting and development services. It provides consulting on automation and DevOps practices"
1010

1111
# ----------------------- #
1212
# Jekyll & Plugins #

_includes/js.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
<!-- jQuery Version 3.7.1 -->
2-
<script src="/js/jquery-3.7.1.js"></script>
2+
<script
3+
src="https://code.jquery.com/jquery-3.7.1.min.js"
4+
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="
5+
crossorigin="anonymous"></script>
6+
</script>
37

4-
<!-- Plugin JavaScript -->
8+
<!-- Plugin JavaScript
59
<script src="{{ "/js/jquery.easing.min.js" | prepend: site.baseurl }}"></script>
10+
-->
611

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

_layouts/adi.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
{% include iubenda_cookie.html %}
55
{% include analytics.html %}

_layouts/adi_humanintelligence.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
{% include iubenda_cookie.html %}
55
{% include analytics.html %}

_layouts/blog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
{% include iubenda_cookie.html %}
55
{% include analytics.html %}

_layouts/bloglist.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
{% include iubenda_cookie.html %}
55
{% include analytics.html %}

_layouts/eventslist.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
{% include iubenda_cookie.html %}
55
{% include analytics.html %}

_layouts/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
{% include iubenda_cookie.html %}
55
{% include analytics.html %}

_layouts/legal.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
{% include iubenda_cookie.html %}
55
{% include analytics.html %}

_layouts/services.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
{% include iubenda_cookie.html %}
55
{% include analytics.html %}

0 commit comments

Comments
 (0)