mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-07-05 11:37:31 -05:00
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:
@ -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" . }}
|
||||
|
Reference in New Issue
Block a user