aboutsummaryrefslogtreecommitdiffstats
path: root/_includes
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2018-06-20 18:36:44 -0500
committerMatt Rude <[email protected]>2018-06-20 18:36:44 -0500
commit4e954ec9c81e8f8b59b5ca5ad504fde7befdb2b2 (patch)
tree31964dd766035e90230c189fda8eb1c372d02ec5 /_includes
parent4f5018eace38d94c34fb0f98661595006aa3b8fb (diff)
downloadxmpp-site-lite-4e954ec9c81e8f8b59b5ca5ad504fde7befdb2b2.tar.gz
xmpp-site-lite-4e954ec9c81e8f8b59b5ca5ad504fde7befdb2b2.tar.bz2
xmpp-site-lite-4e954ec9c81e8f8b59b5ca5ad504fde7befdb2b2.zip
Bootstrap and jQuery updates
Diffstat (limited to '_includes')
-rw-r--r--_includes/about.html2
-rw-r--r--_includes/footer.html4
-rw-r--r--_includes/header.html4
3 files changed, 5 insertions, 5 deletions
diff --git a/_includes/about.html b/_includes/about.html
index 6206581..c3b9f33 100644
--- a/_includes/about.html
+++ b/_includes/about.html
@@ -18,7 +18,7 @@
<p>This service is running a clustered configuration, of two servers, running <a href="https://www.ejabberd.im/" target="_blank">ejabberd</a>
version <a href="https://github.com/processone/ejabberd/commits/{{ site.ejabberd-gitversion }}" target="_blank">{{ site.ejabberd-version }}</a> on
<a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a> version 16.04 LTS.
- The source code for ejabberd may be found on <a href="https://github.com" target="_blank">Github.com</a> in the
+ The source code for ejabberd may be found on github in the
<a href="https://github.com/processone/ejabberd" target="_blank">processone/ejabberd</a> repository.
The program ejabberd is licensed under the
<a href="https://github.com/processone/ejabberd/blob/master/COPYING" target="_blank">GNU General Public License, version 2.0</a>.</p>
diff --git a/_includes/footer.html b/_includes/footer.html
index ef0a950..f845bf0 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -11,11 +11,11 @@
</div><!-- Closing Menu Section (from header) -->
</footer>
</body>
-<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
+<script src="{{ "/assets/jquery/3.2.1/js/jquery-3.2.1.slim.min.js" | prepend: site.url }}" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<!--
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
-->
-<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>{% if page.url == "/files/register_web/register.html" %}
+<script src="{{ "/assets/bootstrap/4.0.0/js/bootstrap.min.js" | prepend: site.url }}" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>{% if page.url == "/files/register_web/register.html" %}
<script src="{{ site.url }}/assets/js/validator.js"></script>{% endif %}{% if page.url == "/" and site.register-web >= 1 %}
<script src="{{ site.url }}/assets/js/validator.js"></script>{% endif %}
</html>
diff --git a/_includes/header.html b/_includes/header.html
index 0736996..a078f4d 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -8,9 +8,9 @@
<meta name="description" content="{{ site.description }}">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.url }}">
<link rel="shortcut icon" href="{{ "/assets/img/favicon.ico" | prepend: site.url }}"/>
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
+ <link rel="stylesheet" href="{{ "/assets/bootstrap/4.0.0/css/bootstrap.min.css"| prepend: site.url }}" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="{{ "/assets/css/main.css" | prepend: site.url }}">
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
+ <link rel="stylesheet" href="{{ "/assets/css/font-awesome.min.css" | prepend: site.url }}">
<link rel="stylesheet" href="{{ "/assets/css/fonts.css" | prepend: site.url }}">
</head>
<body id="main" data-spy="scroll" data-target="#navbar-main">