diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-06-08 19:10:35 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-06-08 19:10:35 +0300 |
| commit | 6770a9889f139dcf0f548c2541014b2bea7ebd83 (patch) | |
| tree | a0134aae1371c507ba64b29c9a049d064d1c5a10 | |
| parent | fad51a988ca2896681e03bb5367501135ed62088 (diff) | |
| download | aaoth.xyz-6770a9889f139dcf0f548c2541014b2bea7ebd83.tar.gz aaoth.xyz-6770a9889f139dcf0f548c2541014b2bea7ebd83.zip | |
add mastodon link
because it needed this rel="me" attribute, i couldn't do it from my
_data/links.yml file and this sux.
| -rw-r--r-- | _layouts/about-page.html | 9 | ||||
| -rw-r--r-- | assets/img/mastodon-icon.png | bin | 0 -> 4520 bytes |
2 files changed, 9 insertions, 0 deletions
diff --git a/_layouts/about-page.html b/_layouts/about-page.html index d734d94..0a82206 100644 --- a/_layouts/about-page.html +++ b/_layouts/about-page.html @@ -22,6 +22,15 @@ layout: default </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> diff --git a/assets/img/mastodon-icon.png b/assets/img/mastodon-icon.png Binary files differnew file mode 100644 index 0000000..41f4d1c --- /dev/null +++ b/assets/img/mastodon-icon.png |
