update now page and title
This commit is contained in:
parent
2bd47bb9dd
commit
2100b69baf
2 changed files with 6 additions and 8 deletions
|
@ -19,9 +19,7 @@ import Footer from "../components/Footer.astro";
|
|||
</ul>
|
||||
<a href="/now" class="now-wrapper">
|
||||
<span class="now-label">Now</span>
|
||||
<span class="status"
|
||||
>Exploring the Fediverse and Other Passion Projects</span
|
||||
>
|
||||
<span class="status">The Fediverse and Other Passion Projects</span>
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
@ -24,11 +24,11 @@ const posts = await Astro.glob("./and-then/*.astro");
|
|||
</p>
|
||||
<p>
|
||||
I have also started being fond of the Fediverse, a decentralized network
|
||||
of social platforms, and now doing efforts in pushing it forward by
|
||||
contributing to projects like <a
|
||||
href="https://github.com/elk-zone/"
|
||||
target="_blank">Elk Zone</a
|
||||
> and my own <a href="https://social.ayco.io">Mastodon instance</a>.
|
||||
of social platforms. I now have efforts pushing it forward by contributing
|
||||
to projects like <a href="https://github.com/elk-zone/" target="_blank"
|
||||
>Elk Zone</a
|
||||
> and my own <a href="https://social.ayco.io">Mastodon instance</a> where I
|
||||
post what I learn along the way.
|
||||
</p>
|
||||
<p>
|
||||
In my spare time, I build side projects for people I love, like <a
|
||||
|
|
Loading…
Reference in a new issue