Co-authored-by: Damaj301damaj-lol <90093996+Damaj301damaj-lol@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot] 2026-05-19 15:29:55 +00:00
parent 57c8096816
commit 0ec930bf95

View file

@ -39,12 +39,23 @@ const Blog = () => {
</Link> </Link>
<header className="mb-12"> <header className="mb-12">
<div className="flex items-center gap-3 mb-3"> <div className="flex items-center justify-between gap-3 mb-3">
<div className="flex items-center gap-3">
<Rss className="w-6 h-6 text-primary" /> <Rss className="w-6 h-6 text-primary" />
<h1 className="text-3xl md:text-4xl font-heading font-bold text-foreground"> <h1 className="text-3xl md:text-4xl font-heading font-bold text-foreground">
<span className="text-primary font-mono">$</span> blog <span className="text-primary font-mono">$</span> blog
</h1> </h1>
</div> </div>
<a
href="/rss.xml"
target="_blank"
rel="noopener noreferrer"
className="inline-flex items-center gap-1.5 text-xs font-mono px-3 py-1.5 rounded-full bg-primary/10 text-primary border border-primary/20 hover:bg-primary/20 transition-colors"
>
<Rss className="w-3.5 h-3.5" />
RSS
</a>
</div>
<p className="text-muted-foreground"> <p className="text-muted-foreground">
Notes on self-hosting, linux, and whatever else. Notes on self-hosting, linux, and whatever else.
</p> </p>