|
@@ -50,9 +50,9 @@
|
|
|
|
|
|
{% block frontend_assets %}
|
|
|
{% if settings.coderedcms.LayoutSettings.frontend_theme %}
|
|
|
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/4.1.1/{{settings.coderedcms.LayoutSettings.frontend_theme}}/bootstrap.min.css" />
|
|
|
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/4.1.3/{{settings.coderedcms.LayoutSettings.frontend_theme}}/bootstrap.min.css" />
|
|
|
{% else %}
|
|
|
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha256-Md8eaeo67OiouuXAi8t/Xpd8t2+IaJezATVTWbZqSOw=" crossorigin="anonymous" />
|
|
|
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha256-eSi1q2PG6J7g7ib17yAaWMcrr5GrtohYChqibrV7PBE=" crossorigin="anonymous" />
|
|
|
{% endif %}
|
|
|
{% endblock %}
|
|
|
|
|
@@ -118,7 +118,7 @@
|
|
|
{% endblock %}
|
|
|
|
|
|
{% block frontend_scripts %}
|
|
|
- <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha256-xaF9RpdtRxzwYMWg4ldJoyPWqyDPCRD0Cv7YEEe6Ie8=" crossorigin="anonymous"></script>
|
|
|
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha256-VsEqElsCHSGmnmHXGQzvoWjWwoznFSZc6hs7ARLRacQ=" crossorigin="anonymous"></script>
|
|
|
{% endblock %}
|
|
|
|
|
|
{% block coderedcms_scripts %}
|
|
@@ -156,4 +156,4 @@
|
|
|
{% block struct_seo_extra %}{% endblock %}
|
|
|
{% endif %}
|
|
|
</body>
|
|
|
-</html>
|
|
|
+</html>
|