Only show preloader on Index

This commit is contained in:
Thomas Smith 2023-01-20 14:55:51 -05:00
parent 6a29b43cdd
commit 4c096732e8
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,7 @@
{{ define "main" }}
{{- partial "preloader.html" -}}
<!-- Hero Section -->
{{- partial "mobile-art-home" -}}

View file

@ -105,8 +105,6 @@
}
</script>
{{- partial "preloader.html" -}}
{{- partial "auth-data-snippet.html" -}}
{{- partial "toast.html" -}}