mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-14 16:56:50 +00:00
Remove team page
This commit is contained in:
@@ -18,7 +18,7 @@ footer#footer.footer
|
||||
+sprite("instagram")
|
||||
a(href=site.meta.sphinxUrl rel="me nofollow noopener" target="_blank" title="Sphinx")
|
||||
+sprite("sphinx")
|
||||
a(href=nostrUrl(site.meta.nostr) rel="me nofollow noopener" target="_blank" title="Nostr")
|
||||
a(href=`https://snort.social/p/${site.meta.nostr}` rel="me nofollow noopener" target="_blank" title="Nostr")
|
||||
+sprite("nostr")
|
||||
a(href=site.meta.soundcloudUrl rel="me nofollow noopener" target="_blank" title="Soundcloud")
|
||||
+sprite("soundcloud")
|
||||
|
||||
@@ -13,18 +13,18 @@ mixin categories(current)
|
||||
|
||||
mixin member(m)
|
||||
li.member(id=m.name)
|
||||
img(src=assetPath(m.image) alt=m.name loading="lazy")
|
||||
img(src=assetPath(m.image || "/img/avatar.svg") alt=m.name loading="lazy")
|
||||
header
|
||||
h2=m.name
|
||||
.links
|
||||
if m.nostr
|
||||
a(href=nostrUrl(m.nostr) target="_blank" rel="nofollow noopener" title=`${m.name} on Nostr`)
|
||||
a(href=`https://snort.social/p/${m.nostr}` target="_blank" rel="nofollow noopener" title=`${m.name} on Nostr`)
|
||||
+sprite("nostr")
|
||||
if m.twitter
|
||||
a(href=(m.twitter.startsWith('https://') ? m.twitter : `https://twitter.com/${m.twitter}`) target="_blank" rel="nofollow noopener" title=`${m.name} on Twitter`)
|
||||
a(href=`https://twitter.com/${m.twitter}` target="_blank" rel="nofollow noopener" title=`${m.name} on Twitter`)
|
||||
+sprite("twitter")
|
||||
if m.github
|
||||
a(href=(m.github.startsWith('https://') ? m.github : `https://github.com/${m.github}`) target="_blank" rel="nofollow noopener" title=`${m.name} on GitHub`)
|
||||
a(href=`https://github.com/${m.github}` target="_blank" rel="nofollow noopener" title=`${m.name} on GitHub`)
|
||||
+sprite("github")
|
||||
if m.url
|
||||
a(href=m.url target="_blank" rel="nofollow noopener")
|
||||
|
||||
@@ -37,7 +37,6 @@ html(lang="de")
|
||||
.more
|
||||
a(href="/media/" class=(navCurrent === 'media' && 'current')) Media
|
||||
a(href="/soundboard/" class=(navCurrent === 'soundboard' && 'current')) Sounds
|
||||
a(href="/team/" class=(navCurrent === 'team' && 'current')) Team
|
||||
a(href="/verein/" class=(navCurrent === 'verein' && 'current')) Verein
|
||||
a(href="/kontakt/" class=(navCurrent === 'kontakt' && 'current')) Kontakt
|
||||
button(type="button").theme
|
||||
|
||||
Reference in New Issue
Block a user