Links are provided on the project page.
This commit is contained in:
parent
6a2991eb5e
commit
0c5f2317fd
@ -3,4 +3,9 @@
|
|||||||
|
|
||||||
<x-site.layout :project="$project" :websiteTranslations="$websiteTranslations">
|
<x-site.layout :project="$project" :websiteTranslations="$websiteTranslations">
|
||||||
{!! $content->description !!}
|
{!! $content->description !!}
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
@foreach($links as $link)
|
||||||
|
<p><a href="{{ $link->link }}" rel=“nofollow” target="_blank">{{ $link->title }}</a></p>
|
||||||
|
@endforeach
|
||||||
</x-site.layout>
|
</x-site.layout>
|
||||||
|
Loading…
Reference in New Issue
Block a user