1
Fork 0

cleanup links script

This commit is contained in:
Jake Howard 2016-08-25 21:52:29 +01:00
parent 8d7e008861
commit 32e5630e70
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -27,10 +27,7 @@ def accounts():
def footer():
footer_accounts = ["github", "twitter", "reddit", "instagram", "youtube", "flickr"]
all_accounts = accounts()
footer_links = []
for account in footer_accounts:
footer_links.append(all_accounts[account])
return footer_links
return [all_accounts[account] for account in footer_accounts]
def index_projects():