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" . }}