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