From 06784b390bb85f584309df16ac568e3e9808affb Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Sat, 9 May 2026 21:12:12 +0530 Subject: [PATCH] chore(posts): comment out cover image and caption in markdown syntax guide --- content/posts/markdown-syntax.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/posts/markdown-syntax.md b/content/posts/markdown-syntax.md index d39422ce..515d3941 100644 --- a/content/posts/markdown-syntax.md +++ b/content/posts/markdown-syntax.md @@ -7,9 +7,9 @@ tags: ["markdown", "css", "html", "themes"] categories: ["themes", "syntax"] series: ["Themes Guide"] aliases: ["migrate-from-jekyl"] -cover: - image: images/msg.png - caption: "Generated using [OG Image Playground by Vercel](https://og-playground.vercel.app/)" +# cover: +# image: images/msg.png +# caption: "Generated using [OG Image Playground by Vercel](https://og-playground.vercel.app/)" ShowToc: true TocOpen: true weight: 2