File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: "Podcast Demo Site"
44
55# Hugo Podcast Shortcode Demo
66
7- Welcome to the demo site for the [ hugo-podcast-shortcode] ( https://github.com/radio-t /hugo-podcast-shortcode ) module.
7+ Welcome to the demo site for the [ hugo-podcast-shortcode] ( https://github.com/adurrr /hugo-podcast-shortcode ) module.
88
99## Episodes
1010
Original file line number Diff line number Diff line change 1- module github.com/radio-t /hugo-podcast-shortcode-example
1+ module github.com/adurrr /hugo-podcast-shortcode-example
22
33go 1.23.0
44
55toolchain go1.23.4
66
7- require github.com/radio-t /hugo-podcast-shortcode v0.0.0
7+ require github.com/adurrr /hugo-podcast-shortcode v0.0.0
88
9- replace github.com/radio-t /hugo-podcast-shortcode => ../
9+ replace github.com/adurrr /hugo-podcast-shortcode => ../
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ languageCode = "en-us"
55# Import the local module for development
66[module ]
77 [[module .imports ]]
8- path = " github.com/radio-t /hugo-podcast-shortcode"
8+ path = " github.com/adurrr /hugo-podcast-shortcode"
99
1010[params ]
1111 [params .podcastPlayer ]
Original file line number Diff line number Diff line change 1- module github.com/radio-t /hugo-podcast-shortcode
1+ module github.com/adurrr /hugo-podcast-shortcode
22
33go 1.23.0
44
Original file line number Diff line number Diff line change 44
55[module ]
66 # Module path for Go module resolution
7- # Users import via: github.com/radio-t /hugo-podcast-shortcode
7+ # Users import via: github.com/adurrr /hugo-podcast-shortcode
88 [module .hugoVersion ]
99 min = " 0.146.0"
1010
You can’t perform that action at this time.
0 commit comments