mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 06:00:25 +03:00
parent
32471b57bd
commit
d90e37e0c6
442 changed files with 1426 additions and 2254 deletions
|
@ -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")
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue