Skip to content

Commit c6b6a61

Browse files
committed
v3.11.0
1 parent 9f186bd commit c6b6a61

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/pages/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [3.11.0] - 2025-03-04
11+
12+
### Added
13+
14+
- Add Google AdSense support [#363](https://github.com/g1eny0ung/hugo-theme-dream/pull/363)
15+
1016
### Changed
1117

1218
- Remove author display if both post author and site author are not set [#354](https://github.com/g1eny0ung/hugo-theme-dream/pull/354)
1319
- Prioritize page descriptions over page summaries [#356](https://github.com/g1eny0ung/hugo-theme-dream/pull/356)
1420
- Allow favicon to be specified in text format
1521
- Support Twikoo comment system [#359](https://github.com/g1eny0ung/hugo-theme-dream/pull/359)
22+
- Allow specifying `about` in [`reorderNavItems`](./params-configurations.mdx#reorderNavItems) [#371](https://github.com/g1eny0ung/hugo-theme-dream/pull/371)
1623

1724
### Fixed
1825

docs/pages/params-configurations.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ customSyntaxHighlighting = true
4848

4949
# options
5050
stickyNav = true
51-
# reorderNavItems = ["search", "rss", "posts", "categories", "tags"]
51+
# reorderNavItems = ["about", "search", "rss", "posts", "categories", "tags"]
5252
# collapseNavItems = ["posts", "categories", "tags"]
5353
# noDefaultSummaryCover = true
5454
showTableOfContents = true

0 commit comments

Comments
 (0)