diff options
| author | Bobby <[email protected]> | 2024-07-22 19:26:06 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-07-22 19:26:06 -0400 |
| commit | 8a18b444a933b4e607403e04f618f2f2a179ff0f (patch) | |
| tree | 13eedc12cead911f5ce8842c193352f77e565213 /templates/blog/partials | |
| parent | 5e5080d1ae600d88170633ae1ed7c655a32ebf76 (diff) | |
| download | thatcomputerscientist-8a18b444a933b4e607403e04f618f2f2a179ff0f.tar.xz thatcomputerscientist-8a18b444a933b4e607403e04f618f2f2a179ff0f.zip | |
Ignore Ignis Middleware on localhost. Google Fonts: iOS Safari Fix.
Diffstat (limited to 'templates/blog/partials')
| -rw-r--r-- | templates/blog/partials/base.html | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/templates/blog/partials/base.html b/templates/blog/partials/base.html index 071500ee..a6fe2a76 100644 --- a/templates/blog/partials/base.html +++ b/templates/blog/partials/base.html @@ -22,6 +22,8 @@ <meta property="twitter:image" content="{{ request.meta.image }}" /> <meta property="robots" content="{{ request.meta.robots }}" /> <title>Shifoo - {{ title }}</title> + <link rel="preconnect" href="https://fonts.googleapis.com" /> + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link type="text/css" rel="stylesheet" @@ -144,15 +146,19 @@ </div> </body> - {% comment %} <div id="tl_block" style="display: none"></div> {% endcomment %} + {% comment %} + <div id="tl_block" style="display: none"></div> + {% endcomment %} <script src="{% static 'js/jquery-1.12.4.min.js' %}"></script> <script src="{% static 'js/globals.js' %}"></script> <script src="{% static 'js/spells.js' %}"></script> <script src="{% static 'js/phone_compatibility.js' %}"></script> - {% comment %} <script src="{% static 'js/db.js' %}"></script> {% endcomment %} + {% comment %} + <script src="{% static 'js/db.js' %}"></script> + {% endcomment %} <script - type="text/javascript" - src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit" + type="text/javascript" + src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit" ></script> <script src="{% static 'js/tl.js' %}"></script> {% if request.COOKIES.summonOneko == 'true' %} |
