From b1fe1a53e3ef12859920c259a1ffba297f033d9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksa=20Siri=C5=A1ki?= <31509435+aleksasiriski@users.noreply.github.com> Date: Thu, 8 Jun 2023 11:57:50 +0200 Subject: [PATCH] fixed logo clouds missing and text --- hugo.yaml | 2 +- layouts/index.html | 41 +++++++++++++++++++++++++++++++++++++++-- 2 files changed, 40 insertions(+), 3 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index 9268e7d..be0a395 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -35,7 +35,7 @@ params: p3: heading: "Backed by world-renowned investors" content: - - text: "cursus in enim consectetur quam. Dictum urna sed consectetur neque tristique pellentesque. Blandit amet, sed aenean erat arcu morbi. Cursus faucibus nunc nisl netus morbi vel porttitor vitae ut. Amet vitae fames senectus vitae." + - text: "Sagittis scelerisque nulla cursus in enim consectetur quam. Dictum urna sed consectetur neque tristique pellentesque. Blandit amet, sed aenean erat arcu morbi. Cursus faucibus nunc nisl netus morbi vel porttitor vitae ut. Amet vitae fames senectus vitae." links: - text: Meet our investors and advisors url: "#" diff --git a/layouts/index.html b/layouts/index.html index d45e211..06577aa 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -133,7 +133,44 @@
- +
+ + + + + + + + + + + + + + + + +
{{ range .Site.Params.P3.Content }} -

Sagittis scelerisque nulla +

{{ .text }}

{{ end }}