Adding mastodon social network link (#651)
This commit is contained in:
parent
fca85dd235
commit
fb0569f433
@ -1,6 +1,7 @@
|
|||||||
## v3.0.1 (Date: TBD)
|
## v3.0.1 (Date: TBD)
|
||||||
|
|
||||||
- Fixed issue where if a dropdown menu was the last item in the menu bar, it did not have a proper margin on the right
|
- Fixed issue where if a dropdown menu was the last item in the menu bar, it did not have a proper margin on the right
|
||||||
|
- Add social network link: Mastodon
|
||||||
|
|
||||||
## v3.0.0 (Date: 2020-05-07)
|
## v3.0.0 (Date: 2020-05-07)
|
||||||
|
|
||||||
|
@ -57,6 +57,7 @@ social-network-links:
|
|||||||
# yelp: yourname
|
# yelp: yourname
|
||||||
# telegram: yourname
|
# telegram: yourname
|
||||||
# calendly: yourname
|
# calendly: yourname
|
||||||
|
# mastodon: instance.url/@username
|
||||||
|
|
||||||
# --- General options --- #
|
# --- General options --- #
|
||||||
|
|
||||||
|
@ -228,4 +228,16 @@
|
|||||||
</li>
|
</li>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
||||||
|
{%- if site.social-network-links.mastodon -%}
|
||||||
|
<li class="list-inline-item">
|
||||||
|
<a href="https://{{ site.social-network-links.mastodon }}" title="Mastodon">
|
||||||
|
<span class="fa-stack fa-lg" aria-hidden="true">
|
||||||
|
<i class="fas fa-circle fa-stack-2x"></i>
|
||||||
|
<i class="fab fa-mastodon fa-stack-1x fa-inverse"></i>
|
||||||
|
</span>
|
||||||
|
<span class="sr-only">Mastodon</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
{%- endif -%}
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user