Hello, World!
+My name is Michael
+ and I'm a C# developer.
+ Now I'm studying at The Bonch-Bruevich Saint-Petersburg State University of Telecommunications on Infocommunication Systems bachelor's degree
+
+ diff --git a/MyWebsite/MyWebsite/Controllers/HomeController.cs b/MyWebsite/MyWebsite/Controllers/HomeController.cs index ee883f6..e93e427 100644 --- a/MyWebsite/MyWebsite/Controllers/HomeController.cs +++ b/MyWebsite/MyWebsite/Controllers/HomeController.cs @@ -6,6 +6,7 @@ namespace MyWebsite.Controllers { public class HomeController : Controller { + // TODO: Add more specific OpenGraph meta tags public IActionResult Index() => View(); diff --git a/MyWebsite/MyWebsite/Views/Gallery/Details.cshtml b/MyWebsite/MyWebsite/Views/Gallery/Details.cshtml index c026b79..ed9e509 100644 --- a/MyWebsite/MyWebsite/Views/Gallery/Details.cshtml +++ b/MyWebsite/MyWebsite/Views/Gallery/Details.cshtml @@ -12,7 +12,9 @@
Creation date: @((ViewData["CurrentImage"] as Image).CreationDate.ToShortDateString())
+ Creation date: @((ViewData["CurrentImage"] as Image).CreationDate.ToShortDateString())@((ViewData["CurrentImage"] as Image).Description)
Hello, World!
+My name is Michael
+ and I'm a C# developer.
+ Now I'm studying at The Bonch-Bruevich Saint-Petersburg State University of Telecommunications on Infocommunication Systems bachelor's degree
+
+