update modules and packages, and async scripts

This commit is contained in:
somrat sorkar
2023-11-25 10:29:36 +06:00
parent fef42e15aa
commit e6c15304c9
4 changed files with 31 additions and 32 deletions

View File

@@ -5,9 +5,7 @@
<ul class="{{ $class }} inline-flex space-x-1 capitalize">
<li>
<a
class="text-primary dark:text-darkmode-primary"
href="{{ $base }}">
<a class="text-primary dark:text-darkmode-primary" href="{{ $base }}">
{{ i18n "home" | default "Home" }}
</a>
<span class="inlin-block mr-1">/</span>

View File

@@ -36,10 +36,11 @@
{{/* scripts lazy */}}
<script
defer
async
crossorigin="anonymous"
integrity="{{ $scriptsLazy.Data.Integrity }}"
src="{{ $scriptsLazy.RelPermalink }}"
defer></script>
src="{{ $scriptsLazy.RelPermalink }}"></script>
<!-- progressive web app -->
{{ partialCached "pwa.html" . }}