Skip to content

Commit

Permalink
Merge pull request #101 from takumi0213/master
Browse files Browse the repository at this point in the history
Fix gtag load error
  • Loading branch information
takumi0213 authored Jul 3, 2024
2 parents 5fe3aae + 0ea130e commit 77637f5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,22 @@
<script src="https://code.jquery.com/jquery-3.3.1.js"></script>
<script type="text/javascript" src="{{ "/assets/js/main.js" | relative_url }}"></script>
{% if jekyll.environment == 'production' %}
{% include analytics.html %}
<!-- {% include analytics.html %} -->
{% endif %}
<meta name="google-site-verification" content="YxQUgFFp9yDfrlLssU0gBjMSWW0Y6IAOctmPnQb7OPY" />
<link rel="stylesheet" href="{{ "/assets/css/highlight.css" }}">
<script src="{{ "/assets/js/highlight.js" }}"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script src="https://status.sina-chan.com/embed/script.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8RSX5H7RM1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-8RSX5H7RM1');
</script>
<script src="https://www.google.com/recaptcha/enterprise.js?render=6LeEPLYkAAAAAOvI3mUNkxS7CCC1nzgr9UWAfCbg"></script>
<script>
function onClick(e) {
Expand Down

0 comments on commit 77637f5

Please sign in to comment.