Skip to content

Commit

Permalink
Add Matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
msaukko committed Nov 7, 2024
1 parent 79e4ece commit 2198ac3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ round-avatar: true
social-network-links:
email: "hallitus (a) tarlab.fi"
# rss: true # remove this line if you don't want to show an RSS link at the bottom
mastodon: some.hacklab.fi/@tarlab
mastodon: "some.hacklab.fi/@tarlab"
matrix: "#tarlab-public:hacklab.fi"
youtube: "@tarlaboulu"
# telegram: Tarlab
github: Tarlab
Expand Down
12 changes: 12 additions & 0 deletions _includes/social-networks-links.html
Original file line number Diff line number Diff line change
Expand Up @@ -336,4 +336,16 @@
</li>
{%- endif -%}

{%- if site.social-network-links.matrix -%}
<li class="list-inline-item">
<a rel="me" href="https://matrix.to/#/{{ site.social-network-links.matrix }}" title="Matrix">
<span class="fa-stack fa-lg" aria-hidden="true">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-matrix-org fa-stack-1x fa-inverse"></i>
</span>
<span class="sr-only">Matrix</span>
</a>
</li>
{%- endif -%}

</ul>

0 comments on commit 2198ac3

Please sign in to comment.