Try your search with a different keyword or use * as a wildcard.
@model SocialModel
@if (!string.IsNullOrEmpty(Model.FacebookLink))
{
- @T("Footer.FollowUs.Facebook")
}
@if (!string.IsNullOrEmpty(Model.TwitterLink))
{
- @T("Footer.FollowUs.Twitter")
}
@if (Model.NewsEnabled)
{
- @T("Footer.FollowUs.RSS")
}
@if (!string.IsNullOrEmpty(Model.YoutubeLink))
{
- @T("Footer.FollowUs.Youtube")
}
@if (!string.IsNullOrEmpty(Model.InstagramLink))
{
- @T("Footer.FollowUs.Instagram")
}