fixes environment names

This commit is contained in:
2017-05-31 04:36:16 +02:00
parent 9e828ffa11
commit 1fe8c0a6c9
3 changed files with 6 additions and 24 deletions

View File

@ -2,7 +2,7 @@
ViewData["Title"] = @SR["About"]+" "+@SiteSettings.Value.Title;
}
<h1>@ViewData["Title"]</h1>
<environment names="ZicMoove">
<environment names="zicmoove">
<markdown>
@ -116,12 +116,15 @@ En voici d'autres:
<environment names="YavscPre">
<markdown>
Yet Another Very Small Company : La pré-production
## Yet Another Very Small Company :
En production:
* [Coiffure](https://coiffure.pschneider.fr)
* [ZicMoove](https://zicmoove.pschneider.fr)
* [Lua](https://lua.pschneider.fr)
* [Yavsc](https://yavsc.pschneider.fr)
</markdown>
</environment>

View File

@ -19,7 +19,7 @@
<script src="~/js/site.js" asp-append-version="true"></script>
</environment>
<environment names="yavsc,yavscpre,zimacmoove,lua,coiffure">
<environment names="yavsc,yavscpre,zicmoove,lua,coiffure">
<link rel="stylesheet" href="~/css/main/bootstrap.min.css" asp-append-version="true"/>
<link rel="stylesheet" href="~/css/main/site.min.css" asp-append-version="true"/>
<link rel="stylesheet" href="~/css/main/jquery-ui.min.css" asp-append-version="true"/>