Skip to content

Commit 39be294

Browse files
Merge pull request #437 from daschuer/shop_links
Add links to the shop to footer and menu.
2 parents d81b3b7 + 251d3e0 commit 39be294

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

pelicanconf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,11 @@ def __init__(self, url, title, context, css="", children=()):
173173
"Mixxx e.V.",
174174
"Navigation bar link to Mixxx eV page.",
175175
),
176+
MenuItem(
177+
"https://shop.mixxx.org",
178+
"25<sup>th</sup> Anniversary Shop",
179+
"Navigation bar link to our shop.",
180+
),
176181
),
177182
),
178183
)

theme/templates/footer.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ <h2 class="docs-header">Pages</h2>
1616
<h2 class="docs-header">Community</h2>
1717
<ul>
1818
<li><a href="https://mixxx.discourse.group/">Forums</a></li>
19+
<li><a href="https://shop.mixxx.org">25<sup>th</sup> Anniversary Shop</a></li>
1920
<li>
2021
<a class="mastodon social_icon" href="https://floss.social/@mixxx" target="_blank">
2122
<img src="{{ SITEURL }}/theme/images/social_icons/mastodon.svg" alt="Mastodon">

0 commit comments

Comments
 (0)