Skip to content

Commit 5239763

Browse files
committed
Use fork of the theme to improve a11y
Signed-off-by: Alban Dericbourg <alban@dericbourg.dev>
1 parent 160237a commit 5239763

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ module github.com/dericbourg-dev/dericbourg-dev.github.io
22

33
go 1.24.4
44

5-
require github.com/lxndrblz/anatole v1.18.0 // indirect
5+
require github.com/lxndrblz/anatole v1.18.0
6+
7+
replace github.com/lxndrblz/anatole => github.com/dericbourg-dev/theme-anatole v0.0.0-20260202102544-c18d327003bd

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
github.com/dericbourg-dev/theme-anatole v0.0.0-20260202102544-c18d327003bd h1:ipaoS846HpPqqPtqB9PDMp/PcifuZbQkMWK32TlfNNA=
2+
github.com/dericbourg-dev/theme-anatole v0.0.0-20260202102544-c18d327003bd/go.mod h1:hy61SRyUDKaWw2P+cERt9UPde5guWyVKgtjdzRF5bfI=
13
github.com/lxndrblz/anatole v1.18.0 h1:1ECGwdF1xsL0Q8yuN9bThth3WpcBoW7ZU6Gy1z5Rn24=
24
github.com/lxndrblz/anatole v1.18.0/go.mod h1:hy61SRyUDKaWw2P+cERt9UPde5guWyVKgtjdzRF5bfI=

0 commit comments

Comments
 (0)