cleanup links script
This commit is contained in:
parent
8d7e008861
commit
32e5630e70
1 changed files with 1 additions and 4 deletions
|
@ -27,10 +27,7 @@ def accounts():
|
||||||
def footer():
|
def footer():
|
||||||
footer_accounts = ["github", "twitter", "reddit", "instagram", "youtube", "flickr"]
|
footer_accounts = ["github", "twitter", "reddit", "instagram", "youtube", "flickr"]
|
||||||
all_accounts = accounts()
|
all_accounts = accounts()
|
||||||
footer_links = []
|
return [all_accounts[account] for account in footer_accounts]
|
||||||
for account in footer_accounts:
|
|
||||||
footer_links.append(all_accounts[account])
|
|
||||||
return footer_links
|
|
||||||
|
|
||||||
|
|
||||||
def index_projects():
|
def index_projects():
|
||||||
|
|
Reference in a new issue