feat: add horizontal ad banners to various pages

This commit is contained in:
Rico van Zelst
2025-02-26 23:02:06 +01:00
parent b8d3c74c19
commit fc765c0ed5
14 changed files with 60 additions and 9 deletions

View File

@@ -22,6 +22,9 @@
</article>
@endforeach
</div>
<div class="flex justify-center my-4">
<x-ads.horizontal-banner />
</div>
<div class="mt-4">
{{ $posts->links() }}
</div>