Skip to content

Commit

Permalink
top
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Dec 4, 2024
1 parent 77b06d3 commit 5111658
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/PostPage.astro
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
---
import { getPostUrlBySlug } from '@utils/url-utils'
import PostCard from './PostCard.astro'
import { siteConfig } from '../config'
const { page } = Astro.props
let delay = 0
const interval = 50
page.data[0].title = "📌 " + siteConfig.topBlog
---
<div class="transition flex flex-col rounded-[var(--radius-large)] bg-[var(--card-bg)] py-1 md:py-0 md:bg-transparent md:gap-4 mb-4">
{page.data.map((entry: {
Expand Down

0 comments on commit 5111658

Please sign in to comment.