mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
@@ -84,7 +84,8 @@ aliases: [/Ali%d]
|
||||
|
||||
stats := []*helpers.ProcessingStats{
|
||||
h.Sites[0].PathSpec.ProcessingStats,
|
||||
h.Sites[1].PathSpec.ProcessingStats}
|
||||
h.Sites[1].PathSpec.ProcessingStats,
|
||||
}
|
||||
|
||||
stats[0].Table(ioutil.Discard)
|
||||
stats[1].Table(ioutil.Discard)
|
||||
@@ -94,5 +95,4 @@ aliases: [/Ali%d]
|
||||
helpers.ProcessingStatsTable(&buff, stats...)
|
||||
|
||||
c.Assert(buff.String(), qt.Contains, "Pages | 19 | 6")
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user