hugo-cms/models/theme.go

7 lines
96 B
Go

package models
type ThemeMeta struct {
Name string `json:"name"`
URL string `json:"repo"`
}