Skip to content

Commit

Permalink
fix: author bio default to true
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersonrabb committed Feb 25, 2020
1 parent 545ddb0 commit 00401ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/wizards/site-design/views/theme-mods/index.js
Expand Up @@ -29,7 +29,7 @@ class ThemeMods extends Component {
header_solid_background: headerSolidBackground,
header_simplified: headerSimplified,
header_center_logo: headerCenterLogo,
show_author_bio: authorBio,
show_author_bio: authorBio = true,
show_author_email: authorEmail,
author_bio_length: authorBioLength = 200,
featured_image_default: featuredImageDefault,
Expand Down

0 comments on commit 00401ab

Please sign in to comment.