update: fix word

This commit is contained in:
tokumeikoi 2022-03-08 22:00:45 +08:00
parent 0f95918df3
commit 01b7c3b2b0

View File

@ -69,7 +69,7 @@
gtag('config', 'G-P1E9Z5LRRK');
</script>
@if (file_exists(public_path("/theme/{$theme}/assets/custom.js")))
<script src="/theme/{{$theme}}/assets/custom.js?v={{$verison}}"></script>
<script src="/theme/{{$theme}}/assets/custom.js?v={{$version}}"></script>
@endif
</body>