diff --git a/content/english/_index.md b/content/english/_index.md index 66eeb0b44d..7b9c176a1b 100644 --- a/content/english/_index.md +++ b/content/english/_index.md @@ -5,8 +5,9 @@ draft: false hidemetadata: true --- -## Workshop Projects + {{< workshop-list style="card" depth="1" showhidden="false" description="true" />}} ## Contributing + Want to help improve our workshops or our website? Click here: **[Workshop Contributor Guidelines](guidelines/)**! diff --git a/themes/docdock/layouts/partials/flex/body-beforecontent.html b/themes/docdock/layouts/partials/flex/body-beforecontent.html index 2db29a7fe8..4ba1ba74f6 100644 --- a/themes/docdock/layouts/partials/flex/body-beforecontent.html +++ b/themes/docdock/layouts/partials/flex/body-beforecontent.html @@ -2,6 +2,14 @@ {{ partial "header.html" . }} + +{{- if .IsHome}} +
+

Workshop Projects

+

Here are the projects our organization has created.

+
+{{- end}} +