From 102c3f328f532e7256c7cea6fd215e0d12903b74 Mon Sep 17 00:00:00 2001 From: Segundo Fdez Date: Wed, 4 May 2022 21:52:55 +0200 Subject: [PATCH] Fix header text on home --- src/content/heros/hero1.md | 4 +--- src/themes/oscar/layouts/index.html | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/content/heros/hero1.md b/src/content/heros/hero1.md index 45282fa..7fbd041 100644 --- a/src/content/heros/hero1.md +++ b/src/content/heros/hero1.md @@ -3,7 +3,5 @@ title: "Hero1" date: 2022-02-28T22:25:30Z draft: false image: avatar2.jpg +text: Welcome to my place. I love development - in general - techie world and to try new things. Hope you enjoy the content here! ❤️ ☕ --- - -Welcome to my place. I love development - in general - techie world and to try new things. Hope you enjoy the content here! ❤️ ☕ - diff --git a/src/themes/oscar/layouts/index.html b/src/themes/oscar/layouts/index.html index d981022..6392e57 100644 --- a/src/themes/oscar/layouts/index.html +++ b/src/themes/oscar/layouts/index.html @@ -9,7 +9,7 @@ {{ .Content | plainify | htmlUnescape | truncate 50 }} -

{{ .Content }}

+

{{ .Params.text }}

{{ end }} {{ end }}