use footer accounts from paths
This commit is contained in:
parent
390da4b5ed
commit
7b93139c79
1 changed files with 1 additions and 2 deletions
|
@ -19,9 +19,8 @@ def accounts():
|
|||
|
||||
|
||||
def footer():
|
||||
footer_accounts = ["github", "twitter", "reddit", "instagram", "youtube", "flickr"]
|
||||
all_accounts = accounts()
|
||||
return [all_accounts[account] for account in footer_accounts]
|
||||
return [all_accounts[account] for account in settings.footer_accounts]
|
||||
|
||||
|
||||
def index_projects():
|
||||
|
|
Reference in a new issue