diff --git a/layouts/_default/section.html b/layouts/_default/section.html
index 0e019e7..1cf229b 100644
--- a/layouts/_default/section.html
+++ b/layouts/_default/section.html
@@ -50,6 +50,7 @@
{{ .Scratch.Set "page" .Page.Slug }}
{{ if ( in "current log wishlist" ( .Scratch.Get "page" ) ) }}
+ {{ .Scratch.Set "section" .Page.Section }}
{{ .Scratch.Get .Page.Slug }}
{{ if ( eq ( .Scratch.Get "page" ) "current" ) }}
{{ .Scratch.Set "listMode" "current" }}