Fix header text on home

remotes/oscarmlage/main
Segundo Fdez 2022-05-04 21:52:55 +02:00
parent 74f7bd599c
commit 102c3f328f
2 changed files with 2 additions and 4 deletions

View File

@ -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! ❤️ ☕

View File

@ -9,7 +9,7 @@
<img src="heros/{{ .Params.image }}"
alt="{{ .Content | plainify | htmlUnescape | truncate 50 }}" />
</div>
<h2 class="hero-title">{{ .Content }}</h2>
<h2 class="hero-title">{{ .Params.text }}</h2>
{{ end }}
{{ end }}
</div>