This commit is contained in:
Le Libre Au Quotidien 2020-10-26 19:19:18 +01:00
parent 511484131b
commit 6bfa560690
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<div class="softbox center">
<img width="200px" src="{{ $content->img }}" alt="{{ $content->name }} Logo">
<h3>{{ $content->name }}</h3>
<p>{{ $content->description }}</p>
{{ $content->description }}
<p class="licence">{{ $content->licence }}</p>
<p>Créateur(s) / Mainteneur Principal : </p>
@foreach (json_decode($content->creator, true) as $creator)