@model BCards.Web.Models.IPageDisplay @{ var seo = ViewBag.SeoSettings as BCards.Web.Models.SeoSettings; var category = ViewBag.Category as BCards.Web.Models.Category; var isPreview = ViewBag.IsPreview as bool? ?? false; var isLivePage = ViewBag.IsLivePage as bool? ?? false; ViewData["Title"] = seo?.Title ?? $"{Model.DisplayName} - {category?.Name}"; // Lógica de layout corrigida para usar o _PreviewLayout Layout = isPreview ? "_PreviewLayout" : "_UserPageLayout"; } @section Head { @if (isLivePage) { @if (!string.IsNullOrEmpty(ViewBag.PageUrl as string)) { } } else { // A meta tag de noindex/nofollow para previews já está no _PreviewLayout } } @section Styles { }
@Model.Bio
}Nenhum link disponível no momento.
Escaneie para compartilhar esta página