Skip to content

Commit

Permalink
Use v8 themes directory
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jul 10, 2017
1 parent 13ee371 commit 9d650f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nikola/plugins/command/theme.py
Expand Up @@ -90,8 +90,8 @@ class CommandTheme(Command):
'long': 'url',
'type': str,
'help': "URL for the theme repository (default: "
"https://themes.getnikola.com/v7/themes.json)",
'default': 'https://themes.getnikola.com/v7/themes.json'
"https://themes.getnikola.com/v8/themes.json)",
'default': 'https://themes.getnikola.com/v8/themes.json'
},
{
'name': 'getpath',
Expand Down

0 comments on commit 9d650f7

Please sign in to comment.