Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/commonConfig.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/commonConfig.go b/config/commonConfig.go
index ac82dc3bc..522ced854 100644
--- a/config/commonConfig.go
+++ b/config/commonConfig.go
@@ -184,6 +184,7 @@ type Redirect struct {
From string
To string
Status int
+ Force bool
}
func (r Redirect) IsZero() bool {