Added prismjs support.
This commit is contained in:
parent
45504791c0
commit
21026cdf52
@ -2,10 +2,14 @@
|
|||||||
@section('h1', $content->title)
|
@section('h1', $content->title)
|
||||||
|
|
||||||
<x-site.layout :project="$project" :websiteTranslations="$websiteTranslations">
|
<x-site.layout :project="$project" :websiteTranslations="$websiteTranslations">
|
||||||
{!! $content->description !!}
|
<div class="line-numbers">{!! $content->description !!}</div>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
@foreach($links as $link)
|
@foreach($links as $link)
|
||||||
<p><a href="{{ $link->link }}" rel=“nofollow” target="_blank">{{ $link->title }}</a></p>
|
<p><a href="{{ $link->link }}" rel=“nofollow” target="_blank">{{ $link->title }}</a></p>
|
||||||
@endforeach
|
@endforeach
|
||||||
|
|
||||||
|
@push('scripts')
|
||||||
|
@include('_prism')
|
||||||
|
@endpush
|
||||||
</x-site.layout>
|
</x-site.layout>
|
||||||
|
Loading…
Reference in New Issue
Block a user