diff --git a/content/blog/say-hello-to-doks/index.md b/content/blog/say-hello-to-doks/index.md
index 4caa3eb..e9c3185 100644
--- a/content/blog/say-hello-to-doks/index.md
+++ b/content/blog/say-hello-to-doks/index.md
@@ -9,39 +9,3 @@ weight: 50
images: ["say-hello-to-doks.png"]
contributors: ["Henk Verlinde"]
---
-
-## Video shortcode
-
-### Usage
-
-```md
-{{* video ratio="16x9" attributes="controls autoplay muted" webm-src="videos/flower.webm" mp4-src="videos/flower.mp4" */>}}
-```
-
-| Parameters | Values |
-|----------|-------------|------|
-| ratio | <1x1 \| 4x3 \| 16x9 \| 21x9> |
-| attributes | [[Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video#attributes)] |
-| webm-src | [path/to/file.webm] |
-| mp4-src | [path/to/file.mp4] |
-{.table-striped}
-
-### Renders
-
-```html
-
-
-
-```
-
-{{< video ratio="16x9" attributes="controls autoplay muted" webm-src="videos/flower.webm" mp4-src="/videos/flower.mp4" >}}
-
-## Resources
-
-- [\