From 1f9477759d24653c9452167e4a2ae134406364f3 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Fri, 4 Jul 2025 15:34:52 -0500 Subject: [PATCH] Revert "debug: Show current template filename in bottom right" This reverts commit ff4998f31b2cc671ffa67bbacbddaa14e6324ad6. 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. --- layouts/baseof.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/layouts/baseof.html b/layouts/baseof.html index 0da4e8d..a1b5f2a 100644 --- a/layouts/baseof.html +++ b/layouts/baseof.html @@ -8,12 +8,6 @@ {{ partial "top.html" . }} - {{ if hugo.IsServer -}} -
- {{ templates.Current.Name }} -
- {{ end -}} -
{{ if not .IsHome }} {{ partial "breadcrumb.html" . }}