Yet another pipeline fix, updated welcome message and linked the upstream project that made this blog possible
This commit is contained in:
parent
9e2fe58ce8
commit
e4a803aad5
3 changed files with 7 additions and 7 deletions
|
|
@ -58,12 +58,12 @@ const recentPosts = sortedPosts.filter(({ data }) => !data.featured);
|
|||
<br />
|
||||
Aussi si vous comptez me faire une quelconque remarque concernant la pertinence
|
||||
de mon propos ou sur le nom hasardeux de ce blog, je vous redirigerai vers
|
||||
ma secrétaire à qui vous pourrez vous confier sans crainte. ->
|
||||
le service plaintes qui saura être à votre écoute. ->
|
||||
<LinkButton
|
||||
class="underline decoration-dashed underline-offset-4 hover:text-accent"
|
||||
href="https://openai.com"
|
||||
>
|
||||
Faire connaissance
|
||||
Se plaindre
|
||||
</LinkButton>
|
||||
<br />
|
||||
<br />
|
||||
|
|
@ -75,16 +75,16 @@ const recentPosts = sortedPosts.filter(({ data }) => !data.featured);
|
|||
class="underline decoration-dashed underline-offset-4 hover:text-accent"
|
||||
href="https://forge.oblic-parallels.fr/guillm/dotfiles"
|
||||
>
|
||||
https://forge.oblic-parallels.fr/guillm/dotfiles.
|
||||
https://forge.oblic-parallels.fr/guillm/dotfiles
|
||||
</LinkButton>
|
||||
</p>
|
||||
<p>
|
||||
<br />
|
||||
<br />
|
||||
<b>Soyez le bienvenu !</b>
|
||||
<b>Soyez le·a bienvenu·e !</b>
|
||||
</p>
|
||||
{
|
||||
// only display if at least one social link is enabled
|
||||
// only display if at lenvenueast one social link is enabled
|
||||
SOCIALS.length > 0 && (
|
||||
<div class="mt-4 flex flex-col sm:flex-row sm:items-center">
|
||||
<div class="mr-2 mb-1 whitespace-nowrap sm:mb-0">Social Links:</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue