Skip to content

Commit

Permalink
dont shuffle for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
drmowinckels committed Dec 3, 2024
1 parent 57ab96e commit 75211ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/hugo-rladies/layouts/rladies-blogs/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="container expand-grid" id="rladies-blogs">
<ul class="justify-content-center full-width row row-xl-2 row-lg-3 row-md-4 row-sm-6 row-9">
{{ $rblogs := ( .Scratch.Get "rblogs" ) }}
{{ range $name := $.Scratch.Get "rb" | shuffle }}
{{ range $name := $.Scratch.Get "rb" }}
{{ $rb := index $rblogs $name }}
{{ $data := newScratch }}
{{ $data.Set "descr" "" }}
Expand Down

0 comments on commit 75211ab

Please sign in to comment.