Skip to content

Commit

Permalink
fix: iframe script
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed May 24, 2022
1 parent 80eb7d2 commit 70ca1b1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion publiccode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ platforms:
releaseDate: '2022-05-24'
roadmap: 'https://github.com/UniversitaDellaCalabria/unicms-template-italia/issues'
softwareType: standalone/web
softwareVersion: v0.8.1
softwareVersion: v0.8.2
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='0.8.1',
version='0.8.2',

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].0/src/unicms_template_italia/static'
UNICMS_TEMPLATE_ITALIA_CDN = 'https://cdn.jsdelivr.net/gh/UniversitaDellaCalabria/[email protected].2/src/unicms_template_italia/static'
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ function init() {
}
}
}
window.onload = init;
window.onload = init();
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@
<!-- end Header slim wrapper -->

<!-- URL link logo and org name -->
{% block header_center_url %}{% settings_value "CMS_PATH_PREFIX" as cms_path_prefix %}/{{ cms_path_prefix }}{% endblock header_center_url %}
{% block header_center_url %}
{% settings_value "CMS_PATH_PREFIX" as cms_path_prefix %}/{{ cms_path_prefix }}
{% endblock header_center_url %}

{% block header_mobile_arrow %}
{% endblock header_mobile_arrow %}
Expand Down

0 comments on commit 70ca1b1

Please sign in to comment.