Skip to content

Commit db96a28

Browse files
committed
Add links to the shop to footer and menu.
1 parent 20dea7a commit db96a28

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
@@ -172,6 +172,11 @@ def __init__(self, url, title, context, css="", children=()):
172172
"Mixxx e.V.",
173173
"Navigation bar link to Mixxx eV page.",
174174
),
175+
MenuItem(
176+
"https://shop.mixxx.org",
177+
"Shop",
178+
"Navigation bar link to our shop.",
179+
),
175180
),
176181
),
177182
)

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">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)