initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
## 5.15.0 (2023-05-25)
|
||||
|
||||
### Enhancements
|
||||
|
||||
- [**feature**] tab: new shortcode to display single tab [#538](https://github.com/McShelby/hugo-theme-relearn/issues/538)
|
||||
- [**feature**][**change**] tabs: treat groupid as unique if not set [#537](https://github.com/McShelby/hugo-theme-relearn/issues/537)
|
||||
- [**feature**] expand: indent expanded content [#536](https://github.com/McShelby/hugo-theme-relearn/issues/536)
|
||||
- [**feature**] notice: make boxes more prominent [#535](https://github.com/McShelby/hugo-theme-relearn/issues/535)
|
||||
|
||||
### Fixes
|
||||
|
||||
- [**bug**] attachments: fix build error since Hugo 0.112 [#540](https://github.com/McShelby/hugo-theme-relearn/issues/540)
|
||||
|
||||
### Maintenance
|
||||
|
||||
- [**task**] chore: update Mermaid to 9.4.3 [#534](https://github.com/McShelby/hugo-theme-relearn/issues/534)
|
||||
- [**task**] mermaid: update to 10.2.0 [#499](https://github.com/McShelby/hugo-theme-relearn/issues/499)
|
||||
@@ -0,0 +1,3 @@
|
||||
+++
|
||||
+++
|
||||
{{< piratify >}}
|
||||
@@ -0,0 +1,5 @@
|
||||
## 5.15.1 (2023-05-25)
|
||||
|
||||
### Fixes
|
||||
|
||||
- [**bug**] shortcodes: intermediately use random ids instead of .Ordinal [#543](https://github.com/McShelby/hugo-theme-relearn/issues/543)
|
||||
@@ -0,0 +1,3 @@
|
||||
+++
|
||||
+++
|
||||
{{< piratify >}}
|
||||
@@ -0,0 +1,9 @@
|
||||
## 5.15.2 (2023-05-29)
|
||||
|
||||
### Enhancements
|
||||
|
||||
- [**feature**] taxonomy: add support for category default taxonomy [#541](https://github.com/McShelby/hugo-theme-relearn/issues/541)
|
||||
|
||||
### Fixes
|
||||
|
||||
- [**bug**] attachments: work for Hugo < 0.112 [#546](https://github.com/McShelby/hugo-theme-relearn/issues/546)
|
||||
@@ -0,0 +1,3 @@
|
||||
+++
|
||||
+++
|
||||
{{< piratify >}}
|
||||
@@ -0,0 +1,9 @@
|
||||
+++
|
||||
disableToc = false
|
||||
hidden = true
|
||||
title = "Version 5.15"
|
||||
type = "changelog"
|
||||
weight = -15
|
||||
+++
|
||||
|
||||
{{% pages showhidden="true" showdivider="true" reverse="true" %}}
|
||||
@@ -0,0 +1,8 @@
|
||||
+++
|
||||
disableToc = false
|
||||
hidden = true
|
||||
title = "Version 5.15"
|
||||
type = "changelog"
|
||||
weight = -15
|
||||
+++
|
||||
{{< piratify >}}
|
||||
Reference in New Issue
Block a user