projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb0c135
)
hugolib: futureStats plural
author
Hanchen Wang
<hanchen.wang@mail.utoronto.ca>
Mon, 13 Jun 2016 15:38:39 +0000
(11:38 -0400)
committer
Bjørn Erik Pedersen
<bjorn.erik.pedersen@gmail.com>
Tue, 14 Jun 2016 13:45:27 +0000
(15:45 +0200)
hugolib/site.go
patch
|
blob
|
history
diff --git
a/hugolib/site.go
b/hugolib/site.go
index c8e737a17db6e1e0f6ecf6fb1bf90d9f53902dd8..c23a5a58272a37b69bfa416522449d674033771c 100644
(file)
--- a/
hugolib/site.go
+++ b/
hugolib/site.go
@@
-2163,7
+2163,7
@@
func (s *Site) futureStats() string {
case 1:
msg = "1 future rendered"
default:
- msg = fmt.Sprintf("%d future rendered", s.futureCount)
+ msg = fmt.Sprintf("%d future
s
rendered", s.futureCount)
}
if viper.GetBool("BuildFuture") {