dont shuffle projects
This commit is contained in:
parent
9e620fb701
commit
599e525f32
1 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
from collections import namedtuple
|
from collections import namedtuple
|
||||||
from random import shuffle
|
|
||||||
from config import social
|
from config import social
|
||||||
|
|
||||||
|
|
||||||
|
@ -32,5 +31,4 @@ def index_projects():
|
||||||
ProjectLink("Yoga-Pal", "/projects/yoga-pal/", "http://brain-images.cdn.dixons.com/8/1/10135218/l_10135218_002.jpg"),
|
ProjectLink("Yoga-Pal", "/projects/yoga-pal/", "http://brain-images.cdn.dixons.com/8/1/10135218/l_10135218_002.jpg"),
|
||||||
ProjectLink("Wall of Sheep", "/wall-of-sheep/", "http://www.hackerstickers.com/uploaded/thumbnails/db_file_img_3582_475xauto.jpg")
|
ProjectLink("Wall of Sheep", "/wall-of-sheep/", "http://www.hackerstickers.com/uploaded/thumbnails/db_file_img_3582_475xauto.jpg")
|
||||||
]
|
]
|
||||||
shuffle(projects)
|
|
||||||
return projects
|
return projects
|
||||||
|
|
Reference in a new issue