[_]
This commit is contained in:
parent
5bce0f6081
commit
4bc84c3623
1 changed files with 2 additions and 0 deletions
|
|
@ -131,10 +131,12 @@ func (page *Page) Link(r *Request) string {
|
|||
|
||||
value, has := r.Params[name]
|
||||
if !has {
|
||||
paths = append(paths, name)
|
||||
continue
|
||||
}
|
||||
|
||||
paths = append(paths, value)
|
||||
continue
|
||||
}
|
||||
paths = append(paths, part)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue