mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Implement sidebar ad
This commit is contained in:
parent
fd696a59b4
commit
b91335a999
3 changed files with 52 additions and 2 deletions
|
|
@ -12,6 +12,7 @@ import Highlight from './sidebar/Highlight.astro'
|
|||
import AlbumBox from './AlbumBox.astro'
|
||||
import AlbumCount from './sidebar/AlbumCount.astro'
|
||||
import CommentCarousel from './sidebar/CommentCarousel.astro'
|
||||
import SidebarAd from './sidebar/SidebarAd.astro'
|
||||
|
||||
const listClass =
|
||||
'uppercase text-3xl font-semibold w-full text-center py-3 hover:bg-dark-hover hover:text-cyan-400 hover:underline'
|
||||
|
|
@ -55,5 +56,11 @@ const listClass =
|
|||
<AlbumCount server:defer>
|
||||
<SidebarSection slot='fallback' class='h-32 animate-pulse' />
|
||||
</AlbumCount>
|
||||
|
||||
<SidebarSection class='h-96 p-0.5'>
|
||||
<iframe title='radio' src='https://radio.sittingonclouds.net/widget' class='size-full rounded-md'></iframe>
|
||||
</SidebarSection>
|
||||
|
||||
<SidebarAd />
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue