diff --git a/layouts/baseof.html b/layouts/baseof.html index 7d6b3a0..584a608 100644 --- a/layouts/baseof.html +++ b/layouts/baseof.html @@ -8,6 +8,12 @@ {{ partial "top.html" . }} + {{ if hugo.IsServer -}} +
+ {{ templates.Current.Name }} +
+ {{ end -}} +
{{ if not .IsHome }} {{ partial "breadcrumb.html" . }}