Upgrade congo to 2.6.1
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
ef8a1dfda8
commit
12658a3bb1
@ -1,9 +1,10 @@
|
|||||||
languageCode = "en"
|
[languages.en.params]
|
||||||
languageName = "English"
|
languageCode = "en"
|
||||||
displayName = "EN"
|
languageName = "English"
|
||||||
isoCode = "en"
|
displayName = "EN"
|
||||||
weight = 1
|
isoCode = "en"
|
||||||
rtl = false
|
weight = 1
|
||||||
|
rtl = false
|
||||||
|
|
||||||
title = "Elara's Site"
|
title = "Elara's Site"
|
||||||
#logo = "img/logo.jpg"
|
#logo = "img/logo.jpg"
|
||||||
@ -20,6 +21,6 @@ dateFormat = "January 2, 2006"
|
|||||||
links = [
|
links = [
|
||||||
{ email = "mailto:elara@elara.ws" },
|
{ email = "mailto:elara@elara.ws" },
|
||||||
{ gitea = "https://gitea.elara.ws/Elara6331" },
|
{ gitea = "https://gitea.elara.ws/Elara6331" },
|
||||||
{ github = "https://github.com/Elara" },
|
{ github = "https://github.com/Elara6331" },
|
||||||
#{ linkedin = "https://www.linkedin.com/in/arsen-musayelyan-9a850a1ab/" },
|
#{ linkedin = "https://www.linkedin.com/in/arsen-musayelyan-9a850a1ab/" },
|
||||||
]
|
]
|
||||||
|
2
go.mod
2
go.mod
@ -2,4 +2,4 @@ module go.arsenm.dev/site
|
|||||||
|
|
||||||
go 1.19
|
go 1.19
|
||||||
|
|
||||||
require github.com/jpanther/congo/v2 v2.3.1 // indirect
|
require github.com/jpanther/congo/v2 v2.6.1 // indirect
|
||||||
|
4
go.sum
4
go.sum
@ -1,2 +1,2 @@
|
|||||||
github.com/jpanther/congo/v2 v2.3.1 h1:klMXan3u9ix/OBN2jnQjdoaCkp2Qpqm/3D4G2+ccvvk=
|
github.com/jpanther/congo/v2 v2.6.1 h1:iA8uosVsiMl3JbBSBwMvrxEibzBcDp+RIj18f/cmlDs=
|
||||||
github.com/jpanther/congo/v2 v2.3.1/go.mod h1:1S7DRoO1ZYS4YUdFd1LjTkdyjQwsjFWd8TqSfz3Jd+M=
|
github.com/jpanther/congo/v2 v2.6.1/go.mod h1:1S7DRoO1ZYS4YUdFd1LjTkdyjQwsjFWd8TqSfz3Jd+M=
|
||||||
|
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Loading…
Reference in New Issue
Block a user