Remove unused block

This commit is contained in:
Svilen Markov 2025-05-05 11:04:40 +01:00
parent 6c1c909c9d
commit 1c5701fde5

View File

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html {{ block "document-root-attrs" . }}{{ end }} lang="en" id="top" data-scheme="{{ if .Request.Theme.Light }}light{{ else }}dark{{ end }}"> <html lang="en" id="top" data-scheme="{{ if .Request.Theme.Light }}light{{ else }}dark{{ end }}">
<head> <head>
{{ block "document-head-before" . }}{{ end }} {{ block "document-head-before" . }}{{ end }}
<script> <script>