chore(ads): remove all ads

This commit is contained in:
Rico van Zelst
2025-12-31 22:38:31 +01:00
parent 4572d97925
commit 329e071e2b
20 changed files with 40 additions and 170 deletions

View File

@@ -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