@@ -340,7 +340,7 @@ func (s *Short) Article(contentType, stype, id string) error {
if userId == "" {
var currentLocation []Navigation
- if typeVal := util.ObjToString(obj["subtype"]); typeVal != "" {
+ if typeVal := util.ObjToString(obj["toptype"]); typeVal != "" {
if val := getSeoLocation(typeVal); val != nil {
currentLocation = append(currentLocation, *val)
}