diff options
| author | William Hergès <william@herges.fr> | 2025-09-07 15:32:45 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-09-07 15:32:45 +0200 |
| commit | 36963a2839b33121de235c5e16743e508a52b9ea (patch) | |
| tree | 0b100d30246bf1a817a830ce2b2c5d237a330f3d /data.go | |
| parent | e2f739c9e19f57b72b599eaf5bfc10265e62ddb8 (diff) | |
feat(now): modify how links are handled
Diffstat (limited to 'data.go')
| -rw-r--r-- | data.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ type Tag struct { Name string `json:"name" toml:"name"` Description string `json:"description" toml:"description"` Link string `json:"link" toml:"link"` + LinkName string `json:"link_name" toml:"link_name"` } type Color struct { |
