Add Footer Block options to make_block
This commit is contained in:
parent
19d77064b0
commit
efb2a51216
9 changed files with 185 additions and 12 deletions
|
|
@ -71,6 +71,8 @@ func (i info) Run(context wisski_distillery.Context) (err error) {
|
|||
context.Printf("Last Update: %v\n", info.LastUpdate.String())
|
||||
context.Printf("Last Cron: %v\n", info.LastCron.String())
|
||||
|
||||
context.Printf("Theme: %v\n", info.Theme)
|
||||
|
||||
context.Printf("Bundles: (count %d)\n", info.Statistics.Bundles.TotalBundles)
|
||||
for _, bundle := range info.Statistics.Bundles.Bundles {
|
||||
if bundle.Count == 0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue