diff --git a/layouts/screenshots/single.html b/layouts/screenshots/single.html
index aefda32..27c1ab8 100644
--- a/layouts/screenshots/single.html
+++ b/layouts/screenshots/single.html
@@ -7,7 +7,7 @@
{{ $columns := 3 }}
{{ $files := readDir "/static/images/screenshots/" }}
- {{ range $index, $element := (shuffle $files) }}
+ {{ range $index, $element := $files }}
{{ $fileTitle := (index (split .Name "-") 1) }}
{{ $fileTitle := (index (split $fileTitle ".") 0) }}
@@ -24,4 +24,4 @@
{{ end }}
-{{ end }}
\ No newline at end of file
+{{ end }}