From 9d9c90f6088040c125f9f2643cf9ff07b659bdec Mon Sep 17 00:00:00 2001 From: Tobias Baader Date: Mon, 17 Jun 2024 08:14:02 +0200 Subject: [PATCH] updated about --- content/english/about/_index.md | 6 ++++-- content/english/blog/_index.md | 2 +- layouts/about/list.html | 3 +-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/content/english/about/_index.md b/content/english/about/_index.md index 627cdd9..c6523db 100644 --- a/content/english/about/_index.md +++ b/content/english/about/_index.md @@ -1,11 +1,13 @@ --- -title: "Hey, I am Tobias Baader!" +title: "About Tobias Baader" meta_title: "About Tobias Baader" -description: "Product Manager Tobias Baader" +description: "Tobias Baader Create digital products" image: "/images/Tobias Baader.jpg" draft: false --- +

Hi, I'm Tobias

+

I create digital products

I am a product guy with over {{% yearssince 2011 %}} years of experience in developing web and mobile products, working with agile methods. diff --git a/content/english/blog/_index.md b/content/english/blog/_index.md index 6922e8b..7cd7143 100755 --- a/content/english/blog/_index.md +++ b/content/english/blog/_index.md @@ -1,5 +1,5 @@ --- -title: "My Notes" +title: "Blog" meta_title: "Notes to myself and to anyone who might find them interesting" description: "Notes to myself and to anyone who might find them interesting" --- diff --git a/layouts/about/list.html b/layouts/about/list.html index cc2b7bb..16235e1 100644 --- a/layouts/about/list.html +++ b/layouts/about/list.html @@ -4,8 +4,7 @@
{{ partial "image" (dict "Src" .Params.image "Context" .Page "Alt" .Title "Class" "mx-auto mb-6 rounded-full" "Size" "200x200") }} -

{{ .Title }}

-
{{ .Content }}
+
{{ .Content }}