mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-14 00:36:48 +00:00
@@ -29,6 +29,7 @@ html(lang="en")
|
||||
a(href="/events/" class=(navCurrent === 'events' && 'current')) Events
|
||||
a(href="/spenden/" class=(navCurrent === 'spenden' && 'current')) Spenden
|
||||
a(href="/telegram/" class=(navCurrent === 'telegram' && 'current')) Telegram
|
||||
a(href="/shops/" class=(navCurrent === 'shops' && 'current')) Shops
|
||||
a(href=site.meta.youtubeUrl target="_blank" rel="nofollow noopener") YouTube
|
||||
a(href=site.meta.shoutoutUrl target="_blank" rel="nofollow noopener") Shout-Out
|
||||
.navItem
|
||||
|
||||
16
src/shops.pug
Normal file
16
src/shops.pug
Normal file
@@ -0,0 +1,16 @@
|
||||
extends /template.pug
|
||||
|
||||
block vars
|
||||
- const title = 'Shops'
|
||||
- const description = 'Aktuell bietet Einundzwanzig keinen eigenen Shop an, sondern arbeitet mit Partnern aus der Community zusammen.'
|
||||
|
||||
block main
|
||||
#shops.wrap
|
||||
section
|
||||
h1= title
|
||||
p= description
|
||||
|
||||
ul
|
||||
each shop in shops
|
||||
li
|
||||
a(href=shop.url rel="nofollow noopener" target="_blank")= shop.name
|
||||
Reference in New Issue
Block a user