diff options
| author | Bobby <[email protected]> | 2024-04-18 22:26:32 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-04-18 22:26:32 -0400 |
| commit | 9f46bf5238c8c177bbcf02783600975e0ef245c2 (patch) | |
| tree | fc28218caf29bbc0e23adc6299b8c2f7993212a5 /templates | |
| parent | 3721a4d2ca2eca8f0d43b9650627fb74da6d1428 (diff) | |
| download | thatcomputerscientist-9f46bf5238c8c177bbcf02783600975e0ef245c2.tar.xz thatcomputerscientist-9f46bf5238c8c177bbcf02783600975e0ef245c2.zip | |
Translated Pages are Cached
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/blog/partials/base.html | 30 |
1 files changed, 12 insertions, 18 deletions
diff --git a/templates/blog/partials/base.html b/templates/blog/partials/base.html index 3db00ea9..77558c39 100644 --- a/templates/blog/partials/base.html +++ b/templates/blog/partials/base.html @@ -14,10 +14,7 @@ <meta property="og:image" content="{{ request.meta.image }}" /> <meta property="og:url" content="{{ request.meta.url }}" /> <meta property="twitter:card" content="summary_large_image" /> - <meta - property="twitter:title" - content="Shifoo - {{ title }}" - /> + <meta property="twitter:title" content="Shifoo - {{ title }}" /> <meta property="twitter:description" content="{{ request.meta.description }}" @@ -145,19 +142,16 @@ </p> </div> </div> - - <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> - <script - 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' %} - <script src="{% static 'js/oneko.js' %}"></script> - {% endif %} - {% block scripts %} {% endblock %} </body> + + <div id="tl_block" style="display: none"></div> + <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> + <script src="{% static 'js/db.js' %}"></script> + <script src="{% static 'js/tl.js' %}"></script> + {% if request.COOKIES.summonOneko == 'true' %} + <script src="{% static 'js/oneko.js' %}"></script> + {% endif %} {% block scripts %} {% endblock %} </html> |
