Skip to content

Commit

Permalink
Tell docs to look under custom for homepage vars
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed May 17, 2021
1 parent b862815 commit 8858311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
hub['domain'] = hub['domain'][0]

hub_list.append({
'name': hub_config['homepage']['templateVars']['org']['name'],
'name': hub_config['custom']['homepage']['templateVars']['org']['name'],
'domain': f"[{hub['domain']}](https://{hub['domain']})",
"id": hub['name'],
"template": hub['template'],
Expand Down

0 comments on commit 8858311

Please sign in to comment.