aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-06-07 23:08:29 -0400
committerBobby <[email protected]>2023-06-07 23:08:29 -0400
commit3e1d16f0af57fbdcc9a45764eddfbc481952ed6c (patch)
treecf6edd2c064205f371de31ae650efc63e679252c
parentd23bda75ffd84a5a1a95eaceb3b154bd6f92eb9e (diff)
downloadthatcomputerscientist-3e1d16f0af57fbdcc9a45764eddfbc481952ed6c.tar.xz
thatcomputerscientist-3e1d16f0af57fbdcc9a45764eddfbc481952ed6c.zip
Oneko Working Again
-rw-r--r--templates/blog/partials/base.html38
1 files changed, 19 insertions, 19 deletions
diff --git a/templates/blog/partials/base.html b/templates/blog/partials/base.html
index e194a6b6..f9b77652 100644
--- a/templates/blog/partials/base.html
+++ b/templates/blog/partials/base.html
@@ -62,25 +62,6 @@
white-space: nowrap; /* Prevent line breaks */
}
</style>
- {% if request.COOKIES.lang == 'ja' %}
- <script
- type="text/javascript"
- src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"
- ></script>
- <script src="{% static 'js/tl.js' %}"></script>
- {% endif %}
-
- <script src="{% static 'js/jquery-1.12.4.min.js' %}"></script>
- <script src="{% static 'js/globals.js' %}"></script>
- <script src="{% static 'js/phone_compatibility.js' %}"></script>
- {% if request.COOKIES.summonOneko == 'true' %}
- <script src="{% static 'js/oneko.js' %}"></script>
- {% endif %} {% block scripts %} {% endblock %}
- <!-- Google tag (gtag.js) -->
- <script
- async
- src="https://www.googletagmanager.com/gtag/js?id=G-72XTC500FR"
- ></script>
</head>
<body>
<video id="bg-video" muted autoplay playsinline loop preload="auto">
@@ -163,5 +144,24 @@
</p>
</div>
</div>
+ {% if request.COOKIES.lang == 'ja' %}
+ <script
+ type="text/javascript"
+ src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"
+ ></script>
+ <script src="{% static 'js/tl.js' %}"></script>
+ {% endif %}
+
+ <script src="{% static 'js/jquery-1.12.4.min.js' %}"></script>
+ <script src="{% static 'js/globals.js' %}"></script>
+ <script src="{% static 'js/phone_compatibility.js' %}"></script>
+ {% if request.COOKIES.summonOneko == 'true' %}
+ <script src="{% static 'js/oneko.js' %}"></script>
+ {% endif %} {% block scripts %} {% endblock %}
+ <!-- Google tag (gtag.js) -->
+ <script
+ async
+ src="https://www.googletagmanager.com/gtag/js?id=G-72XTC500FR"
+ ></script>
</body>
</html>