Live (In a Volcano) community card game.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

71 lines
2.4 KiB

mixin renderSocialIcon (iconClass, iconLabel, url)
a(href= url).dtp-social-link
span
i(class=`fab ${iconClass}`)
span.uk-margin-small-left= iconLabel
section.uk-section.uk-section-muted.uk-section-small.dtp-site-footer
.uk-container.uk-text-small.uk-text-center
ul.uk-subnav.uk-flex-center
if site.gabUrl
li
a(href= site.gabUrl).dtp-social-link
span
img(src="/img/gab-g.svg", style="width: auto; height: 1em;")
span.uk-margin-small-left Gab Social
if site.gabtvUrl
li
a(href= site.gabtvUrl).dtp-social-link
span
img(src="/img/gab-g.svg", style="width: auto; height: 1em;")
span.uk-margin-small-left Gab TV
if site.telegramUrl
li
+renderSocialIcon('fa-telegram', 'Telegram', site.telegramUrl)
if site.twitterUrl
li
+renderSocialIcon('fa-twitter', 'Twitter', site.twitterUrl)
if site.facebookUrl
li
+renderSocialIcon('fa-facebook', 'Facebook', site.facebookUrl)
if site.instagramUrl
li
+renderSocialIcon('fa-instagram', 'Instagram', site.instagramUrl)
if site.bitchuteUrl
li
a(href= site.bitchuteUrl).dtp-social-link
span
img(src="/img/social-icons/bitchute.svg", style="width: auto; height: 1em;")
span.uk-margin-small-left BitChute
if site.odyseeUrl
li
a(href= site.odyseeUrl).dtp-social-link
span
img(src="/img/social-icons/odysee.svg", style="width: auto; height: 1em;")
span.uk-margin-small-left Odysee
if site.rumbleUrl
li
a(href= site.odyseeUrl).dtp-social-link
span
img(src="/img/social-icons/rumble.svg", style="width: auto; height: 1em;")
span.uk-margin-small-left Rumble
if site.twitchUrl
li
+renderSocialIcon('fa-twitch', 'Twitch', site.twitchUrl)
if site.youtubeUrl
li
+renderSocialIcon('fa-youtube', 'YouTube', site.youtubeUrl)
if site.dliveUrl
li
a(href= site.dliveUrl).dtp-social-link
span
img(src="/img/social-icons/dlive.svg", style="width: auto; height: 1em;")
span.uk-margin-small-left DLive
.uk-width-medium.uk-margin-auto
hr
div Copyright © 2021 #[+renderSiteLink()]
div All Rights Reserved