Remove rel="me" on most links, idk why it was there
This commit is contained in:
parent
9305040da4
commit
b00bc92482
2 changed files with 10 additions and 10 deletions
12
index.html
12
index.html
|
@ -17,11 +17,11 @@
|
||||||
here!</a></strong></p>
|
here!</a></strong></p>
|
||||||
<h2 id="personal-links">Personal links</h2>
|
<h2 id="personal-links">Personal links</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a rel="me" href="https://git.askiiart.net/askiiart">Gitea</a>
|
<li><a href="https://git.askiiart.net/askiiart">Gitea</a> (my
|
||||||
(my main git thing)</li>
|
main git thing)</li>
|
||||||
<li><a rel="me" href="https://github.com/askiiart">GitHub</a></li>
|
<li><a href="https://github.com/askiiart">GitHub</a></li>
|
||||||
<li><a rel="me" href="https://codeberg.org/askiiart">Codeberg</a>
|
<li><a href="https://codeberg.org/askiiart">Codeberg</a> (rarely
|
||||||
(rarely used, aside from club stuff)</li>
|
used, aside from club stuff)</li>
|
||||||
<li><a rel="me" href="https://tech.lgbt/@askiiart">Mastodon</a></li>
|
<li><a rel="me" href="https://tech.lgbt/@askiiart">Mastodon</a></li>
|
||||||
<li><a
|
<li><a
|
||||||
href="https://news.ycombinator.com/user?id=askiiart">Hacker
|
href="https://news.ycombinator.com/user?id=askiiart">Hacker
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
<li>Discord: <a
|
<li>Discord: <a
|
||||||
href="https://discord.com/users/552658564368302092">askiiart</a></li>
|
href="https://discord.com/users/552658564368302092">askiiart</a></li>
|
||||||
<li>Email:
|
<li>Email:
|
||||||
<a rel="me" href="mailto:mail@askiiart.net">mail@askiiart.net</a></li>
|
<a href="mailto:mail@askiiart.net">mail@askiiart.net</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h2 id="site-links">Site Links</h2>
|
<h2 id="site-links">Site Links</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
8
index.md
8
index.md
|
@ -6,13 +6,13 @@ I'm a hobby programmer and co-founder and vice president of the [TCCD CompSci an
|
||||||
|
|
||||||
## Personal links
|
## Personal links
|
||||||
|
|
||||||
- <a rel="me" href="https://git.askiiart.net/askiiart">Gitea</a> (my main git thing)
|
- <a href="https://git.askiiart.net/askiiart">Gitea</a> (my main git thing)
|
||||||
- <a rel="me" href="https://github.com/askiiart">GitHub</a>
|
- <a href="https://github.com/askiiart">GitHub</a>
|
||||||
- <a rel="me" href="https://codeberg.org/askiiart">Codeberg</a> (rarely used, aside from club stuff)
|
- <a href="https://codeberg.org/askiiart">Codeberg</a> (rarely used, aside from club stuff)
|
||||||
- <a rel="me" href="https://tech.lgbt/@askiiart">Mastodon</a>
|
- <a rel="me" href="https://tech.lgbt/@askiiart">Mastodon</a>
|
||||||
- [Hacker News](https://news.ycombinator.com/user?id=askiiart)
|
- [Hacker News](https://news.ycombinator.com/user?id=askiiart)
|
||||||
- Discord: [askiiart](https://discord.com/users/552658564368302092)
|
- Discord: [askiiart](https://discord.com/users/552658564368302092)
|
||||||
- Email: <a rel="me" href="mailto:mail@askiiart.net">mail@askiiart.net</a>
|
- Email: <a href="mailto:mail@askiiart.net">mail@askiiart.net</a>
|
||||||
|
|
||||||
## Site Links
|
## Site Links
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue