initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
## 2.9.0 (2021-11-19)
|
||||
|
||||
### Fixes
|
||||
|
||||
- [**bug**][**breaking**] relref: fix inconsistent behavior [#156](https://github.com/McShelby/hugo-theme-relearn/issues/156)
|
||||
- [**bug**] search: make dropdown stick to search field when scrolling [#155](https://github.com/McShelby/hugo-theme-relearn/issues/155)
|
||||
- [**bug**] menu: align long text properly [#154](https://github.com/McShelby/hugo-theme-relearn/issues/154)
|
||||
- [**bug**] copyToClipBoard: add missing right border for inline code if `disableInlineCopyToClipBoard=true` [#153](https://github.com/McShelby/hugo-theme-relearn/issues/153)
|
||||
- [**bug**] menu: show hidden sibling pages reliably [#152](https://github.com/McShelby/hugo-theme-relearn/issues/152)
|
||||
- [**bug**] menu: bring active item in sight for large menus [#149](https://github.com/McShelby/hugo-theme-relearn/issues/149)
|
||||
@@ -0,0 +1,3 @@
|
||||
+++
|
||||
+++
|
||||
{{< piratify >}}
|
||||
@@ -0,0 +1,5 @@
|
||||
## 2.9.1 (2021-11-22)
|
||||
|
||||
### Fixes
|
||||
|
||||
- [**bug**] menu: fix significantly low performance for collecting of meta info [#157](https://github.com/McShelby/hugo-theme-relearn/issues/157)
|
||||
@@ -0,0 +1,3 @@
|
||||
+++
|
||||
+++
|
||||
{{< piratify >}}
|
||||
@@ -0,0 +1,9 @@
|
||||
## 2.9.2 (2021-11-26)
|
||||
|
||||
### Enhancements
|
||||
|
||||
- [**feature**] theme: add theme version info to head [#158](https://github.com/McShelby/hugo-theme-relearn/issues/158)
|
||||
|
||||
### Fixes
|
||||
|
||||
- [**bug**] theme: fix selection of *.ico files as favicons [#160](https://github.com/McShelby/hugo-theme-relearn/issues/160)
|
||||
@@ -0,0 +1,3 @@
|
||||
+++
|
||||
+++
|
||||
{{< piratify >}}
|
||||
@@ -0,0 +1,5 @@
|
||||
## 2.9.3 (2022-02-06)
|
||||
|
||||
### Fixes
|
||||
|
||||
- [**bug**] menu: invalid URL when the shortcut is an internal link [#163](https://github.com/McShelby/hugo-theme-relearn/issues/163)
|
||||
@@ -0,0 +1,3 @@
|
||||
+++
|
||||
+++
|
||||
{{< piratify >}}
|
||||
@@ -0,0 +1,5 @@
|
||||
## 2.9.4 (2022-02-06)
|
||||
|
||||
### Fixes
|
||||
|
||||
- [**bug**] docs: fix links in official documentation [#168](https://github.com/McShelby/hugo-theme-relearn/issues/168)
|
||||
@@ -0,0 +1,3 @@
|
||||
+++
|
||||
+++
|
||||
{{< piratify >}}
|
||||
@@ -0,0 +1,5 @@
|
||||
## 2.9.5 (2022-02-07)
|
||||
|
||||
### Fixes
|
||||
|
||||
- [**bug**] menu: let arrow navigation respect ordersectionsby configuration [#170](https://github.com/McShelby/hugo-theme-relearn/issues/170)
|
||||
@@ -0,0 +1,3 @@
|
||||
+++
|
||||
+++
|
||||
{{< piratify >}}
|
||||
@@ -0,0 +1,5 @@
|
||||
## 2.9.6 (2022-02-07)
|
||||
|
||||
### Fixes
|
||||
|
||||
- [**bug**] menu: remove debug output [#171](https://github.com/McShelby/hugo-theme-relearn/issues/171)
|
||||
@@ -0,0 +1,3 @@
|
||||
+++
|
||||
+++
|
||||
{{< piratify >}}
|
||||
@@ -0,0 +1,9 @@
|
||||
+++
|
||||
disableToc = false
|
||||
hidden = true
|
||||
title = "Version 2.9"
|
||||
type = "changelog"
|
||||
weight = -9
|
||||
+++
|
||||
|
||||
{{% pages showhidden="true" showdivider="true" reverse="true" %}}
|
||||
@@ -0,0 +1,8 @@
|
||||
+++
|
||||
disableToc = false
|
||||
hidden = true
|
||||
title = "Version 2.9"
|
||||
type = "changelog"
|
||||
weight = -9
|
||||
+++
|
||||
{{< piratify >}}
|
||||
Reference in New Issue
Block a user