Community Shops (#74)

* community shops

* shops wrap
This commit is contained in:
Patrick ZGW
2022-04-29 15:21:42 +02:00
committed by GitHub
parent 34e54f2b70
commit 2ffe2065b4
4 changed files with 25 additions and 0 deletions

View File

@@ -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
View 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