initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
## 2.5.0 (2021-10-08)
|
||||
|
||||
### Enhancements
|
||||
|
||||
- [**feature**][**change**] syntax highlight: provide default colors for unknown languages [#113](https://github.com/McShelby/hugo-theme-relearn/issues/113)
|
||||
|
||||
### Fixes
|
||||
|
||||
- [**bug**] security: fix XSS for malicious URLs [#114](https://github.com/McShelby/hugo-theme-relearn/issues/114)
|
||||
- [**bug**] menu: write correct local shortcut links [#112](https://github.com/McShelby/hugo-theme-relearn/issues/112)
|
||||
@@ -0,0 +1,3 @@
|
||||
+++
|
||||
+++
|
||||
{{< piratify >}}
|
||||
@@ -0,0 +1,5 @@
|
||||
## 2.5.1 (2021-10-12)
|
||||
|
||||
### Fixes
|
||||
|
||||
- [**bug**] security: fix XSS for malicious image URLs [#117](https://github.com/McShelby/hugo-theme-relearn/issues/117)
|
||||
@@ -0,0 +1,3 @@
|
||||
+++
|
||||
+++
|
||||
{{< piratify >}}
|
||||
@@ -0,0 +1,9 @@
|
||||
+++
|
||||
disableToc = false
|
||||
hidden = true
|
||||
title = "Version 2.5"
|
||||
type = "changelog"
|
||||
weight = -5
|
||||
+++
|
||||
|
||||
{{% pages showhidden="true" showdivider="true" reverse="true" %}}
|
||||
@@ -0,0 +1,8 @@
|
||||
+++
|
||||
disableToc = false
|
||||
hidden = true
|
||||
title = "Version 2.5"
|
||||
type = "changelog"
|
||||
weight = -5
|
||||
+++
|
||||
{{< piratify >}}
|
||||
Reference in New Issue
Block a user