initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
## 3.3.0 (2022-03-28)
|
||||
|
||||
### Enhancements
|
||||
|
||||
- [**feature**] theme: add CSS font variables [#227](https://github.com/McShelby/hugo-theme-relearn/issues/227)
|
||||
- [**feature**] swagger: add support for oas/swagger documentation [#226](https://github.com/McShelby/hugo-theme-relearn/issues/226)
|
||||
|
||||
### Fixes
|
||||
|
||||
- [**bug**] variant: make variant switch work on slow networks [#228](https://github.com/McShelby/hugo-theme-relearn/issues/228)
|
||||
@@ -0,0 +1,3 @@
|
||||
+++
|
||||
+++
|
||||
{{< piratify >}}
|
||||
@@ -0,0 +1,9 @@
|
||||
+++
|
||||
disableToc = false
|
||||
hidden = true
|
||||
title = "Version 3.3"
|
||||
type = "changelog"
|
||||
weight = -3
|
||||
+++
|
||||
|
||||
{{% pages showhidden="true" showdivider="true" reverse="true" %}}
|
||||
@@ -0,0 +1,8 @@
|
||||
+++
|
||||
disableToc = false
|
||||
hidden = true
|
||||
title = "Version 3.3"
|
||||
type = "changelog"
|
||||
weight = -3
|
||||
+++
|
||||
{{< piratify >}}
|
||||
Reference in New Issue
Block a user