diff --git a/src/page/basics/image/image.html.ts b/src/page/basics/image/image.html.ts index bb7965f..b9648e0 100644 --- a/src/page/basics/image/image.html.ts +++ b/src/page/basics/image/image.html.ts @@ -16,8 +16,11 @@ export const generate = ({ }): html => ` ${container ? `
` : ''} ${alt} diff --git a/src/page/basics/video/video.html.ts b/src/page/basics/video/video.html.ts index 53fec91..818d08e 100644 --- a/src/page/basics/video/video.html.ts +++ b/src/page/basics/video/video.html.ts @@ -16,7 +16,7 @@ export const generate = ({ container: boolean; }): html => ` ${container ? `
` : ''} -