mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
atom feed added
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
@stack('feeds')
|
||||
{!! seo($SEOData ?? null) !!}
|
||||
<!-- Fonts -->
|
||||
@googlefonts
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
<div class="bg-21gray flex flex-col h-screen justify-between">
|
||||
@push('feeds')
|
||||
<x-feed-links />
|
||||
@endpush
|
||||
<livewire:frontend.header :country="null"/>
|
||||
<div class="relative bg-21gray px-6 pt-2 pb-20 lg:px-8 lg:pt-2 lg:pb-2">
|
||||
<div class="absolute inset-0">
|
||||
|
||||
Reference in New Issue
Block a user