mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-16 20:53:59 +02:00
hugolib: futureStats plural
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
fb0c1350d4
commit
eeaafb4b26
@@ -2163,7 +2163,7 @@ func (s *Site) futureStats() string {
|
|||||||
case 1:
|
case 1:
|
||||||
msg = "1 future rendered"
|
msg = "1 future rendered"
|
||||||
default:
|
default:
|
||||||
msg = fmt.Sprintf("%d future rendered", s.futureCount)
|
msg = fmt.Sprintf("%d futures rendered", s.futureCount)
|
||||||
}
|
}
|
||||||
|
|
||||||
if viper.GetBool("BuildFuture") {
|
if viper.GetBool("BuildFuture") {
|
||||||
|
Reference in New Issue
Block a user