Skip to content

Commit

Permalink
Merge pull request #12 from edrlab/layout
Browse files Browse the repository at this point in the history
lines not inline
  • Loading branch information
gautierchomel authored Jul 8, 2024
2 parents 28279d4 + eb866e5 commit 252f5bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/rules/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h3>Objectifs</h3>
<ul>
{{ $objectif:= .Params.objectif }}
{{ range $i,$p:= $objectif }}
<li class="inline-block">
<li class="">

{{ . | safeHTML }}

Expand All @@ -51,7 +51,7 @@ <h3>Mise en œuvre</h3>
<ul>
{{ $meo:= .Params.meo }}
{{ range $i,$p:= $meo }}
<li class="inline-block">
<li class="">

{{ . | safeHTML }}

Expand Down

0 comments on commit 252f5bf

Please sign in to comment.