From 1e4197f82b5514160074c83a05db35d9b40f5b5e Mon Sep 17 00:00:00 2001 From: Aditya Oberai Date: Thu, 2 Nov 2023 11:36:31 +0000 Subject: [PATCH] Add missing full stops --- src/routes/blog/post/hf-2023-journey/+page.markdoc | 2 +- src/routes/blog/post/make-open-source-healthier/+page.markdoc | 2 +- src/routes/blog/post/password-hashing-algorithms/+page.markdoc | 2 +- src/routes/blog/post/password-protection/+page.markdoc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/routes/blog/post/hf-2023-journey/+page.markdoc b/src/routes/blog/post/hf-2023-journey/+page.markdoc index a50368e51..843ab52a4 100644 --- a/src/routes/blog/post/hf-2023-journey/+page.markdoc +++ b/src/routes/blog/post/hf-2023-journey/+page.markdoc @@ -1,7 +1,7 @@ --- layout: post title: Appwrite's Hacktoberfest 2023 journey -description: Summing up Appwrite's participation in Hacktoberfest 2023 +description: Summing up Appwrite's participation in Hacktoberfest 2023. date: 2023-11-01 cover: /images/blog/hf-2023-journey/cover.png timeToRead: 5 diff --git a/src/routes/blog/post/make-open-source-healthier/+page.markdoc b/src/routes/blog/post/make-open-source-healthier/+page.markdoc index 7dc0dc074..ff0218708 100644 --- a/src/routes/blog/post/make-open-source-healthier/+page.markdoc +++ b/src/routes/blog/post/make-open-source-healthier/+page.markdoc @@ -1,7 +1,7 @@ --- layout: post title: Make open source healthier by being a better contributor -description: How you can improve community health of an open-source project through healthy contribution practices +description: How you can improve community health of an open-source project through healthy contribution practices. date: 2023-10-23 cover: /images/blog/make-open-source-healthier.png timeToRead: 5 diff --git a/src/routes/blog/post/password-hashing-algorithms/+page.markdoc b/src/routes/blog/post/password-hashing-algorithms/+page.markdoc index 806835bae..bc5a473e5 100644 --- a/src/routes/blog/post/password-hashing-algorithms/+page.markdoc +++ b/src/routes/blog/post/password-hashing-algorithms/+page.markdoc @@ -1,7 +1,7 @@ --- layout: post title: Demystifying password hashing algorithms -description: What are password hashing algorithms and how they help secure user credentials in your application +description: What are password hashing algorithms and how they help secure user credentials in your application. date: 2023-10-20 cover: /images/blog/password-hashing-algorithms.png timeToRead: 7 diff --git a/src/routes/blog/post/password-protection/+page.markdoc b/src/routes/blog/post/password-protection/+page.markdoc index 73e6a9d01..a92d0930a 100644 --- a/src/routes/blog/post/password-protection/+page.markdoc +++ b/src/routes/blog/post/password-protection/+page.markdoc @@ -1,7 +1,7 @@ --- layout: post title: "Password protection for developers: importance and best practices" -description: Why it is necessary to implement strong password protection policies in your app and best practices to follow +description: Why it is necessary to implement strong password protection policies in your app and best practices to follow. date: 2023-10-11 cover: /images/blog/password-protection.png timeToRead: 6