You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
554 B
HTML
17 lines
554 B
HTML
<div class="link-wrapper-mobile" id="link-wrapper-mobile">
|
|
<style scoped>
|
|
#link-wrapper-mobile a {
|
|
color:var(--clr-h1-and-bold);
|
|
text-decoration:none;
|
|
}
|
|
|
|
#link-wrapper-mobile a:hover, a:focus {
|
|
color: var(--clr-a-text-hvr);
|
|
}
|
|
</style>
|
|
{%- for platform in site.sidebar %}
|
|
<nobr><a href="{{ platform.link }}" rel="me">{{ platform.icon }} {{ platform.name }}</a>
|
|
{%- unless forloop.last %}<span style="margin-left: 6px;"></span>{% endunless %}</nobr>
|
|
{%- endfor %}
|
|
</div>
|