blob: 6f355810de03a4321ed2862f8a7c68f5e72cf783 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased](https://github.com/sergeyklay/gohugo-theme-ed/compare/v0.1.0...HEAD)
### Added
- Add multilanguage support
- Add Russian translation
- Provide an ability to use hreflang attribute in `link` shortcode
- Add `{{< mini-toc >}}` shortcode
- Provide an ability to use `keywords` meta tag
- Provide ability to render feeds menu
- Add pagination support
### Changed
- Amend documentation
- Do not show "Latest Publications" section at the homepage if there are no publications
- Add fallback if main sections are not configured
- Reformat default 404 page
- Rework the "Latest Publications" section, add post date
- Add 404 page to robots.txt file (to prevent search engines from indexing it)
- Footer text now is fully optional (do not show default text if it is empty)
### Fixed
- Fix margin bottom on the nested unordered lists for page's table of contents
- Fix default section type for the `params.mainSections` configuration variable
- Fix url to sitemap in robots.txt file
## v0.1.0 - 2022-05-27
- Initial release
|