Revert "debug: Show current template filename in bottom right"

This reverts commit ff4998f31b.

Not that useful. In the future, probably need to make an entire like
debug menu with a bunch of info about the current page rendering and a
bunch of variables.
This commit is contained in:
2025-07-04 15:34:52 -05:00
parent cc7cec07df
commit 1f9477759d

View File

@ -8,12 +8,6 @@
{{ partial "top.html" . }}
{{ if hugo.IsServer -}}
<div style="position: fixed; bottom: 25px; right: 25px;">
{{ templates.Current.Name }}
</div>
{{ end -}}
<div class="main-container">
{{ if not .IsHome }}
{{ partial "breadcrumb.html" . }}