diff --git a/internal/models/cv.go b/internal/models/cv.go index 7e380b4..3c51ad7 100644 --- a/internal/models/cv.go +++ b/internal/models/cv.go @@ -175,10 +175,11 @@ type UI struct { } type InfoModal struct { - Title string `json:"title"` - Description template.HTML `json:"description"` - TechStack TechStack `json:"techStack"` - ViewSource string `json:"viewSource"` + Title string `json:"title"` + Description template.HTML `json:"description"` + TechStack TechStack `json:"techStack"` + ViewSource string `json:"viewSource"` + ViewSourceSubtext string `json:"viewSourceSubtext"` } type TechStack struct {