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>
|
</ul>
|
||||||
<a href="/now" class="now-wrapper">
|
<a href="/now" class="now-wrapper">
|
||||||
<span class="now-label">Now</span>
|
<span class="now-label">Now</span>
|
||||||
<span class="status"
|
<span class="status">The Fediverse and Other Passion Projects</span>
|
||||||
>Exploring the Fediverse and Other Passion Projects</span
|
|
||||||
>
|
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
@ -24,11 +24,11 @@ const posts = await Astro.glob("./and-then/*.astro");
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
I have also started being fond of the Fediverse, a decentralized network
|
I have also started being fond of the Fediverse, a decentralized network
|
||||||
of social platforms, and now doing efforts in pushing it forward by
|
of social platforms. I now have efforts pushing it forward by contributing
|
||||||
contributing to projects like <a
|
to projects like <a href="https://github.com/elk-zone/" target="_blank"
|
||||||
href="https://github.com/elk-zone/"
|
>Elk Zone</a
|
||||||
target="_blank">Elk Zone</a
|
> and my own <a href="https://social.ayco.io">Mastodon instance</a> where I
|
||||||
> and my own <a href="https://social.ayco.io">Mastodon instance</a>.
|
post what I learn along the way.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
In my spare time, I build side projects for people I love, like <a
|
In my spare time, I build side projects for people I love, like <a
|
||||||
|
|
Loading…
Reference in a new issue