Skip to content

Commit

Permalink
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 8117d01 commit 103ca95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/plugins/pkgindex_compiler/pkgindex_compiler.py
Expand Up @@ -178,6 +178,7 @@ def parse_theme_info(post, pkg_dir, config):
data['dirver'] = config['versions_supported'][-1]
data['slug_versioned'] = 'v{0}/{1}'.format(data['dirver'], theme)
data['slug_sortable'] = '{1} v{0}'.format(data['dirver'], theme)
data['allver'] = range(data['dirver'], config['versions_supported'][-1] + 1)

if os.path.exists(conf_sample):
post.add_dependency(conf_sample)
Expand Down

0 comments on commit 103ca95

Please sign in to comment.