Changes
Co-authored-by: Damaj301damaj-lol <90093996+Damaj301damaj-lol@users.noreply.github.com>
This commit is contained in:
parent
57c8096816
commit
0ec930bf95
1 changed files with 16 additions and 5 deletions
|
|
@ -39,11 +39,22 @@ 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">
|
||||||
<Rss className="w-6 h-6 text-primary" />
|
<div className="flex items-center gap-3">
|
||||||
<h1 className="text-3xl md:text-4xl font-heading font-bold text-foreground">
|
<Rss className="w-6 h-6 text-primary" />
|
||||||
<span className="text-primary font-mono">$</span> blog
|
<h1 className="text-3xl md:text-4xl font-heading font-bold text-foreground">
|
||||||
</h1>
|
<span className="text-primary font-mono">$</span> blog
|
||||||
|
</h1>
|
||||||
|
</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>
|
</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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue