Skip to content

Commit

Permalink
feat: hide TITLE header above HOME
Browse files Browse the repository at this point in the history
fixes #14
  • Loading branch information
wojtek-krysiak committed Jul 2, 2020
1 parent 730936e commit 0b300b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ exports.publish = function(taffyData, opts, tutorials) {
files = find({kind: 'file'})
packages = find({kind: 'package'})

generate('Home', 'Title',
generate('Home', '',
packages.concat(
[{
kind: 'mainpage',
Expand Down

0 comments on commit 0b300b7

Please sign in to comment.