mirror of
https://github.com/youwen5/site.git
synced 2024-11-24 17:33:51 -08:00
feat: update blog link
This commit is contained in:
parent
588c584be4
commit
715385c302
1 changed files with 6 additions and 3 deletions
|
@ -82,12 +82,15 @@
|
|||
</Card.Header>
|
||||
<Card.Content>
|
||||
<p>
|
||||
Check out my blog, <strong>The Coredump</strong>, where I occasionally write about
|
||||
computer science, math, and everything else on my mind.
|
||||
Check out my blog where I write about code, math, games, and other hacks I do. It's <a
|
||||
href="https://github.com/couscousdude/blog">built with Haskell.</a
|
||||
>
|
||||
</p>
|
||||
</Card.Content>
|
||||
<Card.Footer>
|
||||
<Button variant="outline" href="/blog">Go to my blog<ArrowRight class="ml-2" /></Button>
|
||||
<Button variant="outline" href="https://blog.youwen.dev"
|
||||
>Go to my blog<ArrowRight class="ml-2" /></Button
|
||||
>
|
||||
</Card.Footer>
|
||||
</Card.Root>
|
||||
<Card.Root class="col-span-2">
|
||||
|
|
Loading…
Reference in a new issue