Skip to content

Commit 1aef08c

Browse files
committed
templates: fix alphabetical order of experiments on the front page
Fixes order of experiments in the "Focus on" list on the front page to be truly alphabetical.
1 parent b897b92 commit 1aef08c

File tree

1 file changed

+1
-1
lines changed
  • cernopendata/templates/cernopendata_pages/front

1 file changed

+1
-1
lines changed

cernopendata/templates/cernopendata_pages/front/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ <h2>
5757
<div class="collections-col">
5858
<header><span>Focus on</span></header>
5959
<ul>
60-
<li><a href="/search?experiment=ATLAS">ATLAS</a></li>
6160
<li><a href="/search?experiment=ALICE">ALICE</a></li>
61+
<li><a href="/search?experiment=ATLAS">ATLAS</a></li>
6262
<li><a href="/search?experiment=CMS">CMS</a></li>
6363
<li><a href="/search?experiment=DELPHI">DELPHI</a></li>
6464
<li><a href="/search?experiment=JADE">JADE</a></li>

0 commit comments

Comments
 (0)