mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-14 08:46:49 +00:00
Various improvements
This commit is contained in:
@@ -9,16 +9,16 @@ mixin member(m)
|
||||
h2=m.name
|
||||
.links
|
||||
if m.mastodon
|
||||
a(href=(m.mastodon) target="_blank" title=`${m.name} on Mastodon`)
|
||||
a(href=(m.mastodon) target="_blank" rel="nofollow noopener" title=`${m.name} on Mastodon`)
|
||||
+sprite("mastodon")
|
||||
if m.twitter
|
||||
a(href=(m.twitter.startsWith('https://') ? m.twitter : `https://twitter.com/${m.twitter}`) target="_blank" title=`${m.name} on Twitter`)
|
||||
a(href=(m.twitter.startsWith('https://') ? m.twitter : `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" title=`${m.name} on GitHub`)
|
||||
a(href=(m.github.startsWith('https://') ? m.github : `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")
|
||||
a(href=m.url target="_blank" rel="nofollow noopener")
|
||||
+sprite("url")
|
||||
if m.text
|
||||
!=markdown(m.text)
|
||||
|
||||
@@ -78,20 +78,20 @@ html(lang="en")
|
||||
time(datetime=site.date)= site.block
|
||||
|.
|
||||
p.social
|
||||
a(href=site.meta.twitterUrl rel="me" target="_blank" title="Twitter")
|
||||
a(href=site.meta.twitterUrl rel="me nofollow noopener" target="_blank" title="Twitter")
|
||||
+sprite("twitter")
|
||||
a(href=site.meta.telegramUrl rel="me" target="_blank" title="Telegram")
|
||||
a(href=site.meta.telegramUrl rel="me nofollow noopener" target="_blank" title="Telegram")
|
||||
+sprite("telegram")
|
||||
a(href=site.meta.youtubeUrl rel="me" target="_blank" title="YouTube")
|
||||
a(href=site.meta.youtubeUrl rel="me nofollow noopener" target="_blank" title="YouTube")
|
||||
+sprite("youtube")
|
||||
a(href=site.meta.instagramUrl rel="me" target="_blank" title="Instagram")
|
||||
a(href=site.meta.instagramUrl rel="me nofollow noopener" target="_blank" title="Instagram")
|
||||
+sprite("instagram")
|
||||
a(href=site.meta.sphinxUrl rel="me" target="_blank" title="Sphinx")
|
||||
a(href=site.meta.sphinxUrl rel="me nofollow noopener" target="_blank" title="Sphinx")
|
||||
+sprite("sphinx")
|
||||
a(href=site.meta.mastodonUrl rel="me" target="_blank" title="Mastodon")
|
||||
a(href=site.meta.mastodonUrl rel="me nofollow noopener" target="_blank" title="Mastodon")
|
||||
+sprite("mastodon")
|
||||
p
|
||||
| Made with 💛 by
|
||||
= " "
|
||||
a(href="https://d11n.net" target="_blank") d11n
|
||||
a(href="https://d11n.net" target="_blank" rel="nofollow noopener") d11n
|
||||
|.
|
||||
|
||||
Reference in New Issue
Block a user