Add kendal2 theme

This commit is contained in:
2021-02-07 21:10:42 +01:00
parent 5b68510c0d
commit e19cc078da
11 changed files with 1367 additions and 12 deletions

View File

@@ -134,6 +134,7 @@ type Volunteer struct {
type Education struct {
Institution string `json:"institution"`
Hide bool `json:"hide"`
Location string `json:"location"`
Area string `json:"area"`
StudyType string `json:"studyType"`
StartDate ResumeDate `json:"startDate"`