Skip to content

Commit

Permalink
lines not inline
Browse files Browse the repository at this point in the history
  • Loading branch information
gautierchomel committed Jul 8, 2024
1 parent d1dd753 commit eb866e5
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 eb866e5

Please sign in to comment.