Skip to content

Commit 28c5722

Browse files
authored
Merge pull request #54 from layer5io/update-academy-theme-fix
update theme
2 parents a2eb87d + 1a9183b commit 28c5722

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ go 1.24.5
55
// Manually configured to use a specific commit of Font Awesome , changing the version breaks the build
66
replace github.com/FortAwesome/Font-Awesome v4.7.0+incompatible => github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3
77

8+
//replace github.com/layer5io/academy-theme v0.1.26 => ../hugo-academy-theme
9+
810
require (
911
github.com/FortAwesome/Font-Awesome v4.7.0+incompatible // indirect
10-
github.com/layer5io/academy-theme v0.1.26 // indirect
12+
github.com/layer5io/academy-theme v0.1.27 // indirect
1113
github.com/layer5io/exoscale-academy v0.4.1 // indirect
1214
github.com/layer5io/layer5-academy v0.2.2 // indirect
1315
github.com/twbs/bootstrap v5.3.7+incompatible // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ github.com/layer5io/academy-theme v0.1.25 h1:2yC9gunWtWoPNdVqhEEBOoIdHKI6hpjPhso
88
github.com/layer5io/academy-theme v0.1.25/go.mod h1:Dv72UWsREOvX4Zg4mJjrpoyDxdgxxpiDotxqYBXMjXo=
99
github.com/layer5io/academy-theme v0.1.26 h1:bRt6Z5jFwZMEovRZDtceyOeUENjaFh0iIzqeGUlru7Y=
1010
github.com/layer5io/academy-theme v0.1.26/go.mod h1:Dv72UWsREOvX4Zg4mJjrpoyDxdgxxpiDotxqYBXMjXo=
11+
github.com/layer5io/academy-theme v0.1.27 h1:vVHBtZMOLJn9CbBG9iIcxxv6+TAmD3d7UusKH0a5KcE=
12+
github.com/layer5io/academy-theme v0.1.27/go.mod h1:Dv72UWsREOvX4Zg4mJjrpoyDxdgxxpiDotxqYBXMjXo=
1113
github.com/layer5io/exoscale-academy v0.4.0 h1:yC163yGQrvplEcGjrJmZRz5XHe+EknCkgfHlANuNn7Y=
1214
github.com/layer5io/exoscale-academy v0.4.0/go.mod h1:mVXp2h/NImCJ5IvVfM8q4fq8qT3Qxc5OMTBhQw4mEZ8=
1315
github.com/layer5io/exoscale-academy v0.4.1 h1:XA4nwObZPxabYjgxxg4Qk/v9nuhrNcEtcXIvQzHLppY=

0 commit comments

Comments
 (0)