Merge pull request #138 from pobtastic/patch-1

Update 404.html
This commit is contained in:
MeiK
2024-03-19 15:51:46 +08:00
committed by GitHub

View File

@@ -34,7 +34,10 @@
</div>
{{ partial "footer.html" . }}
{{ template "_internal/google_analytics_async.html" . }}
<!-- Google Analytics -->
{{ if eq (getenv "HUGO_ENV") "production"}}
{{ template "_internal/google_analytics.html" . }}
{{ end }}
</body>
</html>