Closed mikemaddem closed 3 years ago
Changes made today to base.html
{% if SocialInfo.twitterprofile != None %} {% endif %}
{% if SocialInfo.facebookpage != None %} <a href="{{ SocialInfo.facebookpage }}"><i class="fab fa-facebook-square"></i></a> {% endif %} {% if SocialInfo.youtubechannel != None %} <a href="{{ SocialInfo.youtubechannel }}"><i class="fab fa-youtube-square"></i></a> {% endif %} {% if SocialInfo.twitchchannel != None %} <a href="{{ SocialInfo.twitchchannel }}"><i class="fab fa-twitch"></i></a> {% endif %} {% if SocialInfo.discord != None %} <a href="{{ SocialInfo.discord }}"><i class="fab fa-discord"></i></a> {% endif %}
Changes made today to base.html
{% if SocialInfo.twitterprofile != None %} {% endif %}