\s{1,})(.|\s)*?\s*(?=\<\/p\>)").Match(Model.Post.Content).Value .Replace("\n", ""); description = Regex.Replace(description, "<.*?>", string.Empty); diff --git a/MyWebsite/MyWebsite/Views/Resume/Index.cshtml b/MyWebsite/MyWebsite/Views/Resume/Index.cshtml index 82140ec..7b1a983 100644 --- a/MyWebsite/MyWebsite/Views/Resume/Index.cshtml +++ b/MyWebsite/MyWebsite/Views/Resume/Index.cshtml @@ -23,7 +23,7 @@
@Localizer["My resume"]
@Localizer["Last update"]: @Model.Resume.LastUpdate
- // @Localizer["Download resume"] (.pdf) + // @Localizer["Download resume"] (.pdf)
// @Localizer["Print resume"] diff --git a/MyWebsite/MyWebsite/Views/Shared/_Layout.cshtml b/MyWebsite/MyWebsite/Views/Shared/_Layout.cshtml index 4442ed0..7d91b62 100644 --- a/MyWebsite/MyWebsite/Views/Shared/_Layout.cshtml +++ b/MyWebsite/MyWebsite/Views/Shared/_Layout.cshtml @@ -63,7 +63,7 @@ diff --git a/MyWebsite/MyWebsite/wwwroot/css/Blog.css b/MyWebsite/MyWebsite/wwwroot/css/Blog.css index 00b05f2..26e9e7c 100644 --- a/MyWebsite/MyWebsite/wwwroot/css/Blog.css +++ b/MyWebsite/MyWebsite/wwwroot/css/Blog.css @@ -68,7 +68,7 @@ body .post h2::after { - content: " \E00F"; + content: " \E76C"; font-size: initial; margin: 10px 0px; }