Skip to content

Commit

Permalink
Merge pull request #678 from FitzwilliamMuseum/hotfix/related-content…
Browse files Browse the repository at this point in the history
…-removal

Hotfix/related content removal
  • Loading branch information
JamieC24 committed Apr 30, 2024
2 parents ca16a11 + 056889c commit ca96923
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/views/exhibitions/details.blade.php
Expand Up @@ -91,7 +91,7 @@

@include('includes.elements.exhibitions.events-url')

@include('includes.elements.exhibitions.similar-exhibits')
{{-- @include('includes.elements.exhibitions.similar-exhibits') --}}

{{-- End template check --}}
@endif
4 changes: 2 additions & 2 deletions resources/views/news/article.blade.php
Expand Up @@ -63,7 +63,7 @@
@endsection

@section('mlt')
@if(!empty($records))
{{-- @if(!empty($records))
<div class="container">
<h3>Other recommended articles</h3>
<div class="row">
Expand All @@ -72,5 +72,5 @@
@endforeach
</div>
</div>
@endif
@endif --}}
@endsection

0 comments on commit ca96923

Please sign in to comment.