aboutsummaryrefslogtreecommitdiffstats
path: root/_layouts
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2021-06-08 19:10:35 +0300
committerla-ninpre <leobrekalini@gmail.com>2021-06-08 19:10:35 +0300
commit6770a9889f139dcf0f548c2541014b2bea7ebd83 (patch)
treea0134aae1371c507ba64b29c9a049d064d1c5a10 /_layouts
parentfad51a988ca2896681e03bb5367501135ed62088 (diff)
downloadaaoth.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.
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/about-page.html9
1 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>