migration applied

This commit is contained in:
Paul Schneider 2023-03-26 20:41:42 +01:00
commit 53bca59c18
41 changed files with 13882 additions and 913 deletions

View file

@ -1,5 +1,5 @@
@{
ViewData["Title"] = "About";
ViewData["Title"] = @SR["About"]+" "+@SiteSettings.Value.Title;
}
<h1>@ViewData["Title"]</h1>
<environment names="freefield,Development">
@ -122,8 +122,8 @@ Outras instalações:
En production:
* [Lua](http://pschneider.fr:85)
* [Yavsc](http://pschneider.fr:84)
* [Lua](https://lua.pschneider.fr)
* [Yavsc](https://yavsc.pschneider.fr)
</markdown>
</environment>