]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - server/lib/emails/common/mixins.pug
fix duplicate id in svg, empty alt in base email
[github/Chocobozzz/PeerTube.git] / server / lib / emails / common / mixins.pug
1 mixin channel(channel)
2 - var handle = `${channel.name}@${channel.host}`
3 | #[a(href=`${WEBSERVER.URL}/video-channels/${handle}` title=handle) #{channel.displayName}]