mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 11:21:47 -05:00
the kids found the guillotine
This commit is contained in:
parent
5c9b5be903
commit
eb8a56e37e
1 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue