the kids found the guillotine

This commit is contained in:
Michael 2017-05-24 11:15:53 -04:00
parent 5c9b5be903
commit eb8a56e37e

View file

@ -3,8 +3,10 @@
ViewBag.Title = Model.Name + " - Skin Repository"; ViewBag.Title = Model.Name + " - Skin Repository";
ViewBag.Description = Model.ShortDescription; ViewBag.Description = Model.ShortDescription;
ViewBag.Keywords = "shiftos, shift, shifting, shifted, shifter, " + Model.Keywords; ViewBag.Keywords = "shiftos, shift, shifting, shifted, shifter, " + Model.Keywords;
if(!string.IsNullOrWhiteSpace(Model.ScreenshotUrl)) if (!string.IsNullOrWhiteSpace(Model.ScreenshotUrl))
ViewBag.Image = "http://getshiftos.ml/" + Model.ScreenshotUrl; {
ViewBag.Image = "http://getshiftos.ml/" + Model.ScreenshotUrl;
}
} }
<h2>@Model.Name</h2> <h2>@Model.Name</h2>