Move tumblr JS right after header creation and remove defer for minimum delay.

This commit is contained in:
天クマ 2026-07-08 19:59:07 -03:00
commit 65f7d573cd
2 changed files with 2 additions and 2 deletions

View file

@ -43,4 +43,5 @@
<a href="https://github.com/adrianvic" rel="me" style="display: none;">github.com/aaronpk</a>
</ul>
</div>
</header>
</header>
<script type="module" src="{{ '/static/scripts/tumblr-adapt.js' | url }}"></script>