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
2 files changed,
9 insertions(+),
0 deletions(-)
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>