diff --git a/content/_index.md b/content/_index.md index 92abfb3..d534cd6 100644 --- a/content/_index.md +++ b/content/_index.md @@ -92,9 +92,9 @@ service: ################### Screenshot ######################## screenshot: - enable: false - title: "Experience the best
workflow with us" - image: "images/screenshot.svg" + enable: true + title: "Learn more about Radius" + youtube: gaG77PiYv5w ##################### Call to action ##################### call_to_action: diff --git a/themes/bigspring-light/layouts/index.html b/themes/bigspring-light/layouts/index.html index 8ef4386..30de599 100644 --- a/themes/bigspring-light/layouts/index.html +++ b/themes/bigspring-light/layouts/index.html @@ -131,6 +131,7 @@

{{ .title | markdownify }}

{{ with .image }} {{ end }} + {{ with .youtube }}
{{ end }} {{ end }} {{ end }}