Skip to content

Commit 7b20c70

Browse files
authored
Merge pull request mixxxdj#287 from ywwg/masto-backlink
add links to mastodon including verification
2 parents 9639def + 9c77e79 commit 7b20c70

6 files changed

Lines changed: 39 additions & 0 deletions

File tree

pelicanconf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ def __init__(self, url, title, context, css="", children=()):
170170
AUTHOR_METADATA = {
171171
"Mixxx Team": {
172172
"github": "mixxxdj",
173+
"mastodon": "@mixxx@floss.social",
173174
"twitter": "mixxxdj",
174175
"facebook": "mixxxdj",
175176
"email": "core-team@mixxx.org",

theme/static/images/social_icons/LICENSE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ Copyright (c) 2015-present Ionic (http://ionic.io/)
55
Zulip logo from https://github.com/zulip/zulip with changed fill values.
66
Apache 2.0 License
77
Copyright 2011-2018 Dropbox, Inc., Kandra Labs, Inc., and contributors
8+
9+
Mastodon logo from https://commons.wikimedia.org/wiki/File:Mastodon_Logotype_(Simple).svg
10+
with edits to change the fill properties.
11+
Used under the posted guidelines: https://joinmastodon.org/trademark
Lines changed: 17 additions & 0 deletions
Loading

theme/templates/footer.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ <h2 class="docs-header">Pages</h2>
1414
<h2 class="docs-header">Community</h2>
1515
<ul>
1616
<li><a href="https://mixxx.discourse.group/">Forums</a></li>
17+
<li>
18+
<a rel="me" class="mastodon social_icon" href="https://floss.social/@mixxx" target="_blank">
19+
<img src="{{ SITEURL }}/theme/images/social_icons/mastodon.svg" alt="Mastodon">
20+
<span>Mastodon</span>
21+
</a>
22+
</li>
1723
<li>
1824
<a class="twitter social_icon" href="https://twitter.com/mixxxdj" target="_blank">
1925
<img src="{{ SITEURL }}/theme/images/social_icons/twitter.svg" alt="Twitter">

theme/templates/pages/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
<h2>{% trans %}DJ Your Way{% endtrans %}</h2>
1515
<p>Free and open source DJ software for Windows, macOS, and Linux</p>
1616
<ul class="splash-social">
17+
<li>
18+
<a rel="me" class="mastodon social_icon" href="https://floss.social/@mixxx" target="_blank">
19+
<img src="{{ SITEURL }}/theme/images/social_icons/mastodon.svg" alt="Mastodon" title="Follow Mixxx on Mastodon">
20+
</a>
21+
</li>
1722
<li>
1823
<a class="twitter social_icon" href="https://twitter.com/mixxxdj" target="_blank">
1924
<img class="drop-shadow" src="{{ SITEURL }}/theme/images/social_icons/twitter.svg" alt="Twitter" title="Follow Mixxx on Twitter">

theme/templates/social_links.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
<ul class="social_links">
2+
<li>
3+
<a rel="me" class="mastodon social_icon" href="https://floss.social/@mixxx" target="_blank">
4+
<img src="{{ SITEURL }}/theme/images/social_icons/mastodon.svg">
5+
<span>Mastodon</span>
6+
</a>
7+
</li>
28
<li>
39
<a class="twitter social_icon" href="https://twitter.com/mixxxdj" target="_blank">
410
<img src="{{ SITEURL }}/theme/images/social_icons/twitter.svg">

0 commit comments

Comments
 (0)