blog.trnck.dev
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #112 from SUPERCILEX/patch-2

Fix overlapping tooltips

authored by

Brandon Rosage and committed by
GitHub
9dea1f5d c8b76a32

+1 -1
+1 -1
_includes/masthead.html
··· 40 40 <div class="mr-3 mb-3"> 41 41 {% assign service_shortname = account[0] %} 42 42 {% assign service = site.data.social_media[service_shortname] %} 43 - <a href="{{ service.profile_url_prefix }}{{ account[1] }}" title="{{ service.name }}: {{ account[1] }}" class="tooltipped tooltipped-se" aria-label="{{ service.name }}: {{ account[1] }}"> 43 + <a href="{{ service.profile_url_prefix }}{{ account[1] }}" class="tooltipped tooltipped-se" aria-label="{{ service.name }}: {{ account[1] }}"> 44 44 {{ service.icon_svg }}<span class="d-none">{{ service.name }}</span> 45 45 </a> 46 46 </div>