Fix header text on home
parent
74f7bd599c
commit
102c3f328f
|
@ -3,7 +3,5 @@ title: "Hero1"
|
||||||
date: 2022-02-28T22:25:30Z
|
date: 2022-02-28T22:25:30Z
|
||||||
draft: false
|
draft: false
|
||||||
image: avatar2.jpg
|
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! ❤️ ☕
|
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<img src="heros/{{ .Params.image }}"
|
<img src="heros/{{ .Params.image }}"
|
||||||
alt="{{ .Content | plainify | htmlUnescape | truncate 50 }}" />
|
alt="{{ .Content | plainify | htmlUnescape | truncate 50 }}" />
|
||||||
</div>
|
</div>
|
||||||
<h2 class="hero-title">{{ .Content }}</h2>
|
<h2 class="hero-title">{{ .Params.text }}</h2>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue