From 76920be1b01e275329b4bd0ec191367f2d8a82e6 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Mon, 27 May 2024 21:57:47 +0300 Subject: [PATCH] Update theme to 4.5.0 --- assets/jsconfig.json | 2 +- go.mod | 2 +- go.sum | 6 ++---- layouts/partials/sections/about.html | 4 ++-- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/assets/jsconfig.json b/assets/jsconfig.json index 5c67ffa..63bb894 100644 --- a/assets/jsconfig.json +++ b/assets/jsconfig.json @@ -3,7 +3,7 @@ "baseUrl": ".", "paths": { "*": [ - "../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/v4@v4.4.0/assets/*" + "../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/v4@v4.5.0/assets/*" ] } } diff --git a/go.mod b/go.mod index 7bfe52b..c2cb9de 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module git.korhonen.cc/FunctionalHacker/korhonen.cc go 1.21.6 -require github.com/hugo-toha/toha/v4 v4.4.0 // indirect +require github.com/hugo-toha/toha/v4 v4.5.0 // indirect diff --git a/go.sum b/go.sum index 852df5d..a153989 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,2 @@ -github.com/hugo-toha/toha/v4 v4.1.1 h1:KbCWZRkHewaO6hsKxnlkyO9RjmBwIUbVh7KY+VfiNaU= -github.com/hugo-toha/toha/v4 v4.1.1/go.mod h1:p/K34lqlqmhzfPd4cx66od7sjlROBqhMxG30mJz+aKQ= -github.com/hugo-toha/toha/v4 v4.4.0 h1:RdRpjfsPgE+VXb/m3Rl+1n86pVZTrplsDvtXYK3wNh0= -github.com/hugo-toha/toha/v4 v4.4.0/go.mod h1:p/K34lqlqmhzfPd4cx66od7sjlROBqhMxG30mJz+aKQ= +github.com/hugo-toha/toha/v4 v4.5.0 h1:0zmVIzhluHkocKRKW49Zjd6xk34xQwJy5sZQ5LNgHuk= +github.com/hugo-toha/toha/v4 v4.5.0/go.mod h1:p/K34lqlqmhzfPd4cx66od7sjlROBqhMxG30mJz+aKQ= diff --git a/layouts/partials/sections/about.html b/layouts/partials/sections/about.html index 6854cbd..1585a94 100644 --- a/layouts/partials/sections/about.html +++ b/layouts/partials/sections/about.html @@ -25,7 +25,7 @@

{{ replace .summary "$workingExperienceYears" (sub now.Year 2020) | markdownify }}

-
+
-
+
{{ range .badges }} {{ partial "misc/badge.html" . }}