Skip to content

Commit

Permalink
set bootswatch to bootstrap 3 (via getnikola#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Sep 7, 2013
1 parent 20f4b30 commit 5c66af2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nikola/plugins/command/bootswatch_theme.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ class CommandBootswatchTheme(Command):
'name': 'parent',
'short': 'p',
'long': 'parent',
'default': 'bootstrap',
'help': 'Parent theme name (default: bootstrap)',
'default': 'bootstrap3',
'help': 'Parent theme name (default: bootstrap3)',
},
]

Expand Down

0 comments on commit 5c66af2

Please sign in to comment.