diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index af8e83b..8e41311 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -1,9 +1,10 @@ -languageCode = "en" -languageName = "English" -displayName = "EN" -isoCode = "en" -weight = 1 -rtl = false +[languages.en.params] + languageCode = "en" + languageName = "English" + displayName = "EN" + isoCode = "en" + weight = 1 + rtl = false title = "Elara's Site" #logo = "img/logo.jpg" @@ -20,6 +21,6 @@ dateFormat = "January 2, 2006" links = [ { email = "mailto:elara@elara.ws" }, { 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/" }, ] diff --git a/go.mod b/go.mod index ae8776c..d9a7a04 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module go.arsenm.dev/site go 1.19 -require github.com/jpanther/congo/v2 v2.3.1 // indirect +require github.com/jpanther/congo/v2 v2.6.1 // indirect diff --git a/go.sum b/go.sum index 6bd94d2..18082b8 100644 --- a/go.sum +++ b/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.3.1/go.mod h1:1S7DRoO1ZYS4YUdFd1LjTkdyjQwsjFWd8TqSfz3Jd+M= +github.com/jpanther/congo/v2 v2.6.1 h1:iA8uosVsiMl3JbBSBwMvrxEibzBcDp+RIj18f/cmlDs= +github.com/jpanther/congo/v2 v2.6.1/go.mod h1:1S7DRoO1ZYS4YUdFd1LjTkdyjQwsjFWd8TqSfz3Jd+M= diff --git a/resources/_gen/images/nebula_hu8cd6067f8ce1b7319aafafe9296cf8e9_113839_288x288_fill_q75_box_center.jpg b/resources/_gen/images/nebula_hu8cd6067f8ce1b7319aafafe9296cf8e9_113839_288x288_fill_q75_box_center.jpg new file mode 100644 index 0000000..bff803d Binary files /dev/null and b/resources/_gen/images/nebula_hu8cd6067f8ce1b7319aafafe9296cf8e9_113839_288x288_fill_q75_box_center.jpg differ