Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ For the full list of changes, see the [0.x.y] release notes.
[Breadcrumb navigation].
- **Blog** pages now also have breadcrumbs by default ([#1788]).
- Index-page single-element breadcrumb lists are hidden by default ([#2160]).
- Support for a [td-content-after-header.html] page-content render hook, which
can be [content type] specific ([#2192]).

**Other changes**:

Expand All @@ -50,8 +52,10 @@ For the full list of changes, see the [0.x.y] release notes.
[#1787]: https://github.com/google/docsy/issues/1787
[#1788]: https://github.com/google/docsy/issues/1788
[#2160]: https://github.com/google/docsy/pull/2160
[#2192]: https://github.com/google/docsy/pull/2192
[Breadcrumb navigation]:
https://www.docsy.dev/docs/adding-content/navigation/#breadcrumb-navigation
[content type]: https://gohugo.io/quick-reference/glossary/#content-type

## 0.11.0

Expand Down
1 change: 1 addition & 0 deletions layouts/_default/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ <h1>{{ .Title }}</h1>
{{ partial "reading-time.html" . -}}
{{ end -}}
</header>
{{ .Render "td-content-after-header" }}
{{ .Content }}
{{ partial "feedback.html" . -}}
{{ if (.Site.Config.Services.Disqus.Shortname) -}}
Expand Down
Empty file.
1 change: 1 addition & 0 deletions layouts/blog/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ <h1>{{ .Title }}</h1>
{{ partial "reading-time.html" . -}}
{{ end -}}
</header>
{{ .Render "td-content-after-header" }}
{{ .Content }}
{{ if (.Site.Config.Services.Disqus.Shortname) -}}
<br />
Expand Down
3 changes: 2 additions & 1 deletion layouts/docs/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ <h1>{{ .Title }}</h1>
{{ partial "reading-time.html" . -}}
{{ end -}}
</header>
{{ .Render "td-content-after-header" }}
{{ .Content }}
{{ partial "section-index.html" . -}}
{{ partial "section-index.html" . -}}
{{ partial "feedback.html" . -}}
{{ if (.Site.Config.Services.Disqus.Shortname) -}}
<br />
Expand Down
8 changes: 8 additions & 0 deletions userguide/static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,10 @@
"StatusCode": 206,
"LastSeen": "2025-01-08T13:26:59.610341-05:00"
},
"https://github.com/google/docsy/pull/2192": {
"StatusCode": 206,
"LastSeen": "2025-02-10T11:24:51.123801-05:00"
},
"https://github.com/google/docsy/pulls": {
"StatusCode": 200,
"LastSeen": "2024-11-06T12:03:15.642661-05:00"
Expand Down Expand Up @@ -807,6 +811,10 @@
"StatusCode": 206,
"LastSeen": "2024-11-06T12:04:23.921846-05:00"
},
"https://gohugo.io/quick-reference/glossary/#content-type": {
"StatusCode": 206,
"LastSeen": "2025-02-10T11:24:50.719553-05:00"
},
"https://gohugo.io/templates/render-hooks/": {
"StatusCode": 206,
"LastSeen": "2024-11-06T12:04:58.341425-05:00"
Expand Down