all repos — aaoth.xyz @ 6770a9889f139dcf0f548c2541014b2bea7ebd83

aaoth.xyz website

add mastodon link

because it needed this rel="me" attribute, i couldn't do it from my
_data/links.yml file and this sux.
la-ninpre leobrekalini@gmail.com
Tue, 08 Jun 2021 19:10:35 +0300
commit

6770a9889f139dcf0f548c2541014b2bea7ebd83

parent

fad51a988ca2896681e03bb5367501135ed62088

2 files changed, 9 insertions(+), 0 deletions(-)

jump to
M _layouts/about-page.html_layouts/about-page.html

@@ -22,6 +22,15 @@ <div class="link-text">{{ link.name }}</div>

</a> </li> {% endfor %} + <li> + <a rel="me" href="https://distrotoot.com/@la_ninpre"> + <img class="link-icon" + alt="mastodon" + width=32px height=32px + src="/assets/img/mastodon-icon.png"> + <div class="link-text">mastodon</div> + </a> + </li> </ul> </div> </div>