Skip to content

Commit

Permalink
still wip, new corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
j-paquette committed Feb 29, 2024
1 parent b52e679 commit 58817b1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/gcintranet/splash.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@
</div>
</div>
<div class="row cdts-splash">
<section class="col-xs-6 text-right" lang="en" aria-label="cdts-governmentOfCanada">
<section class="col-xs-6 text-right" lang="en" aria-labelledby="cdts-governmentOfCanada">
<%_ if (pr.nameEng != null) { -%>
<h2><%= pr.nameEng %></h2>
<h2 id="cdts-governmentOfCanada"><%= pr.nameEng %></h2>
<%_ } else { -%>
<h2 class="wb-inv">Government of Canada</h2>
<h2 class="wb-inv" id="cdts-governmentOfCanada">Government of Canada</h2>
<%_ } -%>
</section>
<section class="col-xs-6" lang="fr" aria-label="cdts-gouvernementDuCanada">
<section class="col-xs-6" lang="fr" aria-labelledby="cdts-gouvernementDuCanada">
<%_ if (pr.nameFra != null) { -%>
<h2><%= pr.nameFra %></h2>
<h2 id="cdts-gouvernementDuCanada"><%= pr.nameFra %></h2>
<%_ } else { -%>
<h2 class="wb-inv">Gouvernement du Canada</h2>
<h2 class="wb-inv" id="cdts-gouvernementDuCanada">Gouvernement du Canada</h2>
<%_ } -%>
</section>
</div>
Expand Down

0 comments on commit 58817b1

Please sign in to comment.