diff options
Diffstat (limited to 'python/templates/layout/base.html')
-rw-r--r-- | python/templates/layout/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/templates/layout/base.html b/python/templates/layout/base.html index eaa86f3..2344acd 100644 --- a/python/templates/layout/base.html +++ b/python/templates/layout/base.html @@ -14,8 +14,8 @@ {% include "includes/layout/footer.html" %} - <script src="{{ site.cdnurl }}/jquery.min.js"></script> - <script src="{{ site.cdnurl }}/bootstrap.min.js"></script> + <script src="https://assets.gentoo.org/tyrian/jquery.min.js"></script> + <script src="https://assets.gentoo.org/tyrian/bootstrap.min.js"></script> {% if page.extrajs %}{% for js in page.extrajs %}<script src="{{ STATIC_ROOT }}/js/{{ js }}"></script>{% endfor %}{% endif %} {% if page.inlinejs %}<script>{{ page.inlinejs }}</script>{% endif %} <script type="text/javascript"> |