diff --git a/CHANGELOG.md b/CHANGELOG.md index c040d77deb..49526411d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,12 @@ For the full list of changes, see the [0.x.y] release notes. **Other changes**: +- Blog section index page content and title used to be ignored. They are now + displayed ([#1787]). You can recover the old behavior use the following style + override: `.td-section.td-blog .td-content { display: none; }`. + [0.x.y]: https://github.com/google/docsy/releases/latest?FIXME=v0.X.Y +[#1787]: https://github.com/google/docsy/issues/1787 ## 0.11.0 diff --git a/layouts/blog/list.html b/layouts/blog/list.html index 2dc8b18719..2b5389465f 100644 --- a/layouts/blog/list.html +++ b/layouts/blog/list.html @@ -1,5 +1,10 @@ {{ define "main" -}} +
+

{{ .Title }}

+{{ .Content }} +
+ {{ if (and .Parent .Parent.IsHome) -}} {{ $.Scratch.Set "blog-pages" (where .Site.RegularPages "Section" .Section) -}} {{ else -}} diff --git a/userguide/static/refcache.json b/userguide/static/refcache.json index 0273862b32..7f5816dfb8 100644 --- a/userguide/static/refcache.json +++ b/userguide/static/refcache.json @@ -371,6 +371,10 @@ "StatusCode": 200, "LastSeen": "2024-11-06T12:04:24.736233-05:00" }, + "https://github.com/google/docsy/issues/1787": { + "StatusCode": 206, + "LastSeen": "2025-01-07T17:47:01.735556-05:00" + }, "https://github.com/google/docsy/issues/1812": { "StatusCode": 200, "LastSeen": "2024-11-06T12:03:52.305697-05:00"