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

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