mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 06:00:25 +03:00
parent
ee090c0940
commit
5e2a547cb5
3 changed files with 30 additions and 11 deletions
|
@ -184,6 +184,7 @@ type Redirect struct {
|
|||
From string
|
||||
To string
|
||||
Status int
|
||||
Force bool
|
||||
}
|
||||
|
||||
func (r Redirect) IsZero() bool {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue