initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
## 5.25.0 (2024-02-29)
|
||||
|
||||
### Enhancements
|
||||
|
||||
- [**feature**][**change**] theme: print out GitInfo in page footer if configured [#786](https://github.com/McShelby/hugo-theme-relearn/issues/786)
|
||||
- [**feature**][**change**] resources: new shortcode to deprecate attachments shortcode [#22](https://github.com/McShelby/hugo-theme-relearn/issues/22)
|
||||
|
||||
### Fixes
|
||||
|
||||
- [**bug**] swagger: fix compat warning [#787](https://github.com/McShelby/hugo-theme-relearn/issues/787)
|
||||
@@ -0,0 +1,3 @@
|
||||
+++
|
||||
+++
|
||||
{{< piratify >}}
|
||||
@@ -0,0 +1,9 @@
|
||||
+++
|
||||
disableToc = false
|
||||
hidden = true
|
||||
title = "Version 5.25"
|
||||
type = "changelog"
|
||||
weight = -25
|
||||
+++
|
||||
|
||||
{{% pages showhidden="true" showdivider="true" reverse="true" %}}
|
||||
@@ -0,0 +1,8 @@
|
||||
+++
|
||||
disableToc = false
|
||||
hidden = true
|
||||
title = "Version 5.25"
|
||||
type = "changelog"
|
||||
weight = -25
|
||||
+++
|
||||
{{< piratify >}}
|
||||
Reference in New Issue
Block a user