From 7c1b03c0f7689cbc42ea034d4dea1b7bd9ef24e2 Mon Sep 17 00:00:00 2001 From: Pulkit Date: Sun, 8 Dec 2024 16:59:36 +0530 Subject: [PATCH] fix: youtube embed url for Volto training --- docs/mastering-plone/what_is_plone.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mastering-plone/what_is_plone.md b/docs/mastering-plone/what_is_plone.md index 4b0155984..1254df49f 100644 --- a/docs/mastering-plone/what_is_plone.md +++ b/docs/mastering-plone/what_is_plone.md @@ -333,7 +333,7 @@ Here are some basics that you need to understand if you are new to Volto: - You create a new Plone instance in an already set up Zope environment via the backend. This is by now not possible in Volto. - Volto takes advantage of [Semantic UI React components](https://react.semantic-ui.com/) to compose most of the views. -- The Volto default theme is based on Semantic UI theme and is called [Pastanaga](https://www.youtube-nocookie.com/embed/wW9mTl1Tavc&t=133s&privacy_mode=1). +- The Volto default theme is based on Semantic UI theme and is called [Pastanaga](https://www.youtube-nocookie.com/embed/wW9mTl1Tavc?t=133s&privacy_mode=1). - Same as Plone Classic, Volto is highly extendable with add-ons for further features. - Existing Volto components are customizable with a technology similar to `z3c.jbot` called {ref}`volto-overrides-componentshadowing-label`. - Volto provides server side rendering (SSR), important for SEO-purposes.