Links are provided on the project page.

This commit is contained in:
Leonid Nikitin 2024-04-24 21:00:27 +05:00
parent 6a2991eb5e
commit 0c5f2317fd
Signed by: kor-elf
GPG Key ID: 3C0F720C170F6E1D

View File

@ -3,4 +3,9 @@
<x-site.layout :project="$project" :websiteTranslations="$websiteTranslations">
{!! $content->description !!}
<hr>
@foreach($links as $link)
<p><a href="{{ $link->link }}" rel=“nofollow” target="_blank">{{ $link->title }}</a></p>
@endforeach
</x-site.layout>