initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
## 3.2.0 (2022-03-19)
|
||||
|
||||
### Enhancements
|
||||
|
||||
- [**feature**][**change**] mermaid: support differing themes for color variant switch [#219](https://github.com/McShelby/hugo-theme-relearn/issues/219)
|
||||
- [**feature**] mermaid: load javascript on demand [#218](https://github.com/McShelby/hugo-theme-relearn/issues/218)
|
||||
|
||||
### Maintenance
|
||||
|
||||
- [**task**] mermaid: update to 8.14.0 [#220](https://github.com/McShelby/hugo-theme-relearn/issues/220)
|
||||
@@ -0,0 +1,3 @@
|
||||
+++
|
||||
+++
|
||||
{{< piratify >}}
|
||||
@@ -0,0 +1,7 @@
|
||||
## 3.2.1 (2022-03-25)
|
||||
|
||||
### Fixes
|
||||
|
||||
- [**bug**] print: fix minor inconsistencies [#225](https://github.com/McShelby/hugo-theme-relearn/issues/225)
|
||||
- [**bug**] print: show more than just the title page [#224](https://github.com/McShelby/hugo-theme-relearn/issues/224)
|
||||
- [**bug**] theme: align content scrollbar to the right on big screens [#223](https://github.com/McShelby/hugo-theme-relearn/issues/223)
|
||||
@@ -0,0 +1,3 @@
|
||||
+++
|
||||
+++
|
||||
{{< piratify >}}
|
||||
@@ -0,0 +1,9 @@
|
||||
+++
|
||||
disableToc = false
|
||||
hidden = true
|
||||
title = "Version 3.2"
|
||||
type = "changelog"
|
||||
weight = -2
|
||||
+++
|
||||
|
||||
{{% pages showhidden="true" showdivider="true" reverse="true" %}}
|
||||
@@ -0,0 +1,8 @@
|
||||
+++
|
||||
disableToc = false
|
||||
hidden = true
|
||||
title = "Version 3.2"
|
||||
type = "changelog"
|
||||
weight = -2
|
||||
+++
|
||||
{{< piratify >}}
|
||||
Reference in New Issue
Block a user