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,12 +39,23 @@ const Blog = () => {
|
|||
</Link>
|
||||
|
||||
<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" />
|
||||
<h1 className="text-3xl md:text-4xl font-heading font-bold text-foreground">
|
||||
<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>
|
||||
<p className="text-muted-foreground">
|
||||
Notes on self-hosting, linux, and whatever else.
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue