mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2026-02-04 03:33:13 +01:00
chore(ads): remove all ads
This commit is contained in:
@@ -35,15 +35,15 @@
|
||||
<h2 class="text-sm italic text-center text-orange-400 not-prose" itemprop="description">
|
||||
“{{ $post->description }}”
|
||||
</h2>
|
||||
<x-ads.in-article />
|
||||
|
||||
<p>
|
||||
{{ $post->contents }}
|
||||
</p>
|
||||
<x-ads.in-article />
|
||||
|
||||
<p class="mt-3 text-sm text-center">
|
||||
Tagged with: <span itemprop="keywords" class="italic">
|
||||
{{ isset($post->tags) ? implode(', ', $post->tags) : 'League of Legends' }}</span>
|
||||
</p>
|
||||
</div>
|
||||
</article>
|
||||
@endsection
|
||||
@endsection
|
||||
Reference in New Issue
Block a user