diff options
| author | Maria <m5ka+github@posteo.de> | 2024-05-21 19:09:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-21 11:09:28 -0700 |
| commit | d9a9a9071d16c779a390d94666f736e1e96c48dc (patch) | |
| tree | 6d4a677f2fda60ba3c99c08a47d15b559fd739de /templates | |
| parent | e6df748e5cbb326b77dac6086bff78ac814e1708 (diff) | |
| download | sally-d9a9a9071d16c779a390d94666f736e1e96c48dc.tar.gz | |
feat: Allow packages to define custom documentation URL and badge (#147)
feat: Allow packages to define custom doc URL and badge
Co-authored-by: Jacob Oaks <jacoboaks.8@gmail.com>
Co-authored-by: r-hang <rhang@uber.com>
Diffstat (limited to '')
| -rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 53a41a2..85c438d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -45,7 +45,7 @@ </div> <div class="two columns"> <a href="{{ .DocURL }}"> - <img src="//pkg.go.dev/badge/{{ .ModulePath }}.svg" alt="Go Reference" /> + <img src="{{ .DocBadge }}" alt="Go Reference" /> </a> </div> </div> |