Skip to content

Commit

Permalink
fix: jQuery settings cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Dec 7, 2022
1 parent d21a2a9 commit 47ed1d9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions publiccode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ name: uniCMS - Bootstrap Italia template
platforms:
- linux
- web
releaseDate: '2022-12-03'
releaseDate: '2022-12-07'
roadmap: 'https://github.com/UniversitaDellaCalabria/unicms-template-italia/issues'
softwareType: standalone/web
softwareVersion: v1.0.2
softwareVersion: v1.0.3
url: 'https://github.com/UniversitaDellaCalabria/unicms-template-italia'
usedBy:
- Università della Calabria - https://www.unical.it
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name=PKG_NAME,
version='1.0.2',
version='1.0.3',

packages=[PKG_NAME],
package_dir={PKG_NAME: f"{SRC_FOLDER}/{PKG_NAME}"},
Expand Down
2 changes: 1 addition & 1 deletion src/unicms_template_italia/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@

# CDN FOR STATICS
UNICMS_TEMPLATE_ITALIA_USE_CDN = False
UNICMS_TEMPLATE_ITALIA_CDN = 'https://cdn.jsdelivr.net/gh/UniversitaDellaCalabria/[email protected].2/src/unicms_template_italia/static'
UNICMS_TEMPLATE_ITALIA_CDN = 'https://cdn.jsdelivr.net/gh/UniversitaDellaCalabria/[email protected].3/src/unicms_template_italia/static'
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% load unicms_template_italia %}

<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.1/dist/jquery.min.js"></script>
<script src="{% unicms_template_italia_static_path 'css/js/jquery.3.6.1.min' %}"></script>
<link rel="stylesheet" href="{% unicms_template_italia_static_path 'css/vendor/owl.carousel.min.css' %}">
<script src="{% unicms_template_italia_static_path 'js/vendor/owl.carousel.min.js' %}"></script>

0 comments on commit 47ed1d9

Please sign in to comment.