Add comment for new struct field

This commit is contained in:
simonhammes 2024-11-20 20:14:31 +01:00
parent 70b1ce28e5
commit 7ea47e746b

View File

@ -28,7 +28,7 @@ type Config struct {
Header string `yaml:"header,omitempty"` // Header is the text at the top of the page
Logo string `yaml:"logo,omitempty"` // Logo to display on the page
Link string `yaml:"link,omitempty"` // Link to open when clicking on the logo
Base string `yaml:"base,omitempty"` // TODO:
Base string `yaml:"base,omitempty"` // href attribute for HTML base tag
Buttons []Button `yaml:"buttons,omitempty"` // Buttons to display below the header
}