From 6e9153e43402bd70e80e8b22ff651477fb4853d1 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Fri, 24 Nov 2023 12:37:17 +0200 Subject: [PATCH] fix: dem big letters in project descriptions --- content/example/_index.md | 2 +- content/felu/_index.md | 2 +- content/liljamo.com/_index.md | 2 +- content/liljamo.dev/_index.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/example/_index.md b/content/example/_index.md index 596f276..a2bb61d 100644 --- a/content/example/_index.md +++ b/content/example/_index.md @@ -1,7 +1,7 @@ +++ weight = 100 -title = "Example" +title = "example" description = "an example project" sort_by = "date" diff --git a/content/felu/_index.md b/content/felu/_index.md index 986763c..d0089c3 100644 --- a/content/felu/_index.md +++ b/content/felu/_index.md @@ -2,7 +2,7 @@ weight = 20 title = "felu" -description = "Self-hostable DDNS service" +description = "self-hostable DDNS service" template = "project.html" diff --git a/content/liljamo.com/_index.md b/content/liljamo.com/_index.md index 3f21b22..68a311e 100644 --- a/content/liljamo.com/_index.md +++ b/content/liljamo.com/_index.md @@ -2,7 +2,7 @@ weight = 10 title = "liljamo.com" -description = "Personal website" +description = "personal website" template = "project.html" diff --git a/content/liljamo.dev/_index.md b/content/liljamo.dev/_index.md index 2ecbf8b..e724fe3 100644 --- a/content/liljamo.dev/_index.md +++ b/content/liljamo.dev/_index.md @@ -2,7 +2,7 @@ weight = 11 title = "liljamo.dev" -description = "Project showcase website" +description = "project showcase website" template = "project.html" -- 2.44.1