logo

lanodan.eu

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/lanodan.eu.git
commit: 15abbd50f6fc349199cbe4c3061ca4a3522c5518
parent 1a36b20cab1484c5aad3d021a34952879644dba5
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 14 Mar 2023 01:39:21 +0100

home: Add more rel=me

Diffstat:

Mhome.html17++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/home.html b/home.html @@ -6,9 +6,8 @@ <meta name="viewport" content="width=device-width,minimum-scale=1" /> <link rel="stylesheet" href="./style.css"/> <link rel="vcs-git" href="https://hacktivis.me/git/lanodan.eu/"/> - <link rel="canonical" href="https://lanodan.eu/home.html"/> + <link rel="canonical" href="https://lanodan.eu/home"/> <link rel="shortcut icon" href="data:," /> - <link rel="me" href="https://github.com/lanodan"/> </head> <body> <nav><ul> @@ -62,13 +61,13 @@ <section id="links"> <h2>Links</h2> <dl> - <dt>OpenHub profile</dt><dd><a href="https://www.openhub.net/accounts/lanodan">https://www.openhub.net/accounts/lanodan</a></dd> - <dt>Self-hosted git repositories</dt><dd><a href="https://hacktivis.me/git/">https://hacktivis.me/git/</a></dd> - <dt>SourceHut</dt><dd><a href="https://git.sr.ht/~lanodan">https://git.sr.ht/~lanodan</a> <a href="https://lists.sr.ht/~lanodan">https://lists.sr.ht/~lanodan</a></dd> - <dt>GitHub</dt><dd><a href="https://github.com/lanodan">https://github.com/lanodan</a></dd> - <dt>Gentoo Packaging Maintenance</dt><dd><a href="https://packages.gentoo.org/maintainer/contact@hacktivis.me">https://packages.gentoo.org/maintainer/contact@hacktivis.me</a></dd> - <dt>Alpine Packaging Maintenance</dt><dd><a href="https://pkgs.alpinelinux.org/packages?maintainer=Haelwenn+%28lanodan%29+Monnier">https://pkgs.alpinelinux.org/packages?maintainer=Haelwenn+%28lanodan%29+Monnier</a></dd> - <dt>Personal Website</dt><dd><a href="https://hacktivis.me/home">https://hacktivis.me/home</a></dd> + <dt>OpenHub profile</dt><dd><a rel="me" href="https://www.openhub.net/accounts/lanodan">https://www.openhub.net/accounts/lanodan</a></dd> + <dt>Self-hosted git repositories</dt><dd><a rel="me" href="https://hacktivis.me/git/">https://hacktivis.me/git/</a></dd> + <dt>SourceHut</dt><dd><a rel="me" href="https://git.sr.ht/~lanodan">https://git.sr.ht/~lanodan</a> <a href="https://lists.sr.ht/~lanodan">https://lists.sr.ht/~lanodan</a></dd> + <dt>GitHub</dt><dd><a rel="me" href="https://github.com/lanodan">https://github.com/lanodan</a></dd> + <dt>Gentoo Packaging Maintenance</dt><dd><a rel="me" href="https://packages.gentoo.org/maintainer/contact@hacktivis.me">https://packages.gentoo.org/maintainer/contact@hacktivis.me</a></dd> + <dt>Alpine Packaging Maintenance</dt><dd><a rel="me" href="https://pkgs.alpinelinux.org/packages?maintainer=Haelwenn+%28lanodan%29+Monnier">https://pkgs.alpinelinux.org/packages?maintainer=Haelwenn+%28lanodan%29+Monnier</a></dd> + <dt>Personal Website</dt><dd><a rel="me" href="https://hacktivis.me/home">https://hacktivis.me/home</a></dd> </dl> </section>