From dbccc77c715af772607f644ab7d534bba58174ca Mon Sep 17 00:00:00 2001 From: Juergen Gutsch Date: Tue, 25 Sep 2018 15:11:58 +0200 Subject: [PATCH] Highlight the current article with a bold font --- _source/_posts/2018-09-20-customizing-aspnetcore-01-logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_source/_posts/2018-09-20-customizing-aspnetcore-01-logging.md b/_source/_posts/2018-09-20-customizing-aspnetcore-01-logging.md index 6f1e691..aa7e96b 100644 --- a/_source/_posts/2018-09-20-customizing-aspnetcore-01-logging.md +++ b/_source/_posts/2018-09-20-customizing-aspnetcore-01-logging.md @@ -14,7 +14,7 @@ In this first part of the new blog series about customizing ASP.NET Core, I will ## The series topics -- [Customizing ASP.NET Core Part 01: Logging]({% post_url customizing-aspnetcore-01-logging.md %}) - This article +- **Customizing ASP.NET Core Part 01: Logging - This article** - [Customizing ASP.NET Core Part 02: Configuration]({% post_url customizing-aspnetcore-02-configuration.md %}) - Customizing ASP.NET Core Part 03: Dependency Injection - Customizing ASP.NET Core Part 04: HTTPS