initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
## 7.1.0 (2024-10-24)
|
||||
|
||||
### Enhancements
|
||||
|
||||
- [**feature**][**change**] children: use LinkTitle instead of Title [#939](https://github.com/McShelby/hugo-theme-relearn/issues/939)
|
||||
- [**feature**][**change**] menu: support nested Hugo menus [#423](https://github.com/McShelby/hugo-theme-relearn/issues/423)
|
||||
- [**feature**] menu: support for external links [#148](https://github.com/McShelby/hugo-theme-relearn/issues/148)
|
||||
|
||||
### Fixes
|
||||
|
||||
- [**bug**] search: wrong searchindex URL with multilang per server config [#940](https://github.com/McShelby/hugo-theme-relearn/issues/940)
|
||||
@@ -0,0 +1,3 @@
|
||||
+++
|
||||
+++
|
||||
{{< piratify >}}
|
||||
@@ -0,0 +1,5 @@
|
||||
## 7.1.1 (2024-10-25)
|
||||
|
||||
### Fixes
|
||||
|
||||
- [**bug**] children: remove superflous text ".LinkTitle" [#942](https://github.com/McShelby/hugo-theme-relearn/issues/942)
|
||||
@@ -0,0 +1,3 @@
|
||||
+++
|
||||
+++
|
||||
{{< piratify >}}
|
||||
@@ -0,0 +1,9 @@
|
||||
+++
|
||||
disableToc = false
|
||||
hidden = true
|
||||
title = "Version 7.1"
|
||||
type = "changelog"
|
||||
weight = -1
|
||||
+++
|
||||
|
||||
{{% pages showhidden="true" showdivider="true" reverse="true" %}}
|
||||
@@ -0,0 +1,8 @@
|
||||
+++
|
||||
disableToc = false
|
||||
hidden = true
|
||||
title = "Version 7.1"
|
||||
type = "changelog"
|
||||
weight = -1
|
||||
+++
|
||||
{{< piratify >}}
|
||||
Reference in New Issue
Block a user