chore: fix talks in case
This commit is contained in:
parent
8d00a051aa
commit
4483475bf5
1 changed files with 1 additions and 1 deletions
2
cv.go
2
cv.go
|
|
@ -192,7 +192,7 @@ func (cvdata *CVData)Load(root_path string, lang string, config *cfg.Config) err
|
|||
case "teaching":
|
||||
var teaching Teaching
|
||||
cvdata.Teaching, err = teaching.Load(itmpath)
|
||||
|
||||
case "talks":
|
||||
var talks Talks
|
||||
cvdata.Talks, err = talks.Load(itmpath)
|
||||
case "others":
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue