- Changement de la route
- CSS remplacé par bootstrap
This commit is contained in:
b.nodon
2026-03-05 15:28:27 +01:00
parent 5576011541
commit 0c7996ae1f
14 changed files with 284 additions and 307 deletions

View File

@@ -63,5 +63,7 @@ namespace Webzine.Entity
public List<Commentaire> Commentaires { get; set; }
public List<Style> Styles { get; set; } = new List<Style>();
}
}