chore: debug
This commit is contained in:
parent
efd6f7445f
commit
86ab1d894d
5 changed files with 61 additions and 3 deletions
|
@ -15,6 +15,10 @@
|
|||
{% render "../assets/styles/index.css" %}
|
||||
{% endcapture %}
|
||||
<style>{{ css }}</style>
|
||||
{% capture js %}
|
||||
{% render "../assets/scripts/index.js" %}
|
||||
{% endcapture %}
|
||||
<script>{{ js }}</script>
|
||||
<script src="https://cdn.usefathom.com/script.js" data-site="CWSVCDJC" defer></script>
|
||||
<link rel="canonical" href="{{ fullUrl }}" />
|
||||
<meta property="og:title" content="{{ pageTitle }}" />
|
||||
|
@ -86,6 +90,7 @@
|
|||
{% endif %}
|
||||
<noscript>
|
||||
<style>.client-side {display:none}</style>
|
||||
<img src="/api/event?page={{ fullUrl }}&ns=true" />
|
||||
</noscript>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Reference in a new issue