From 365ab345f2a9be7cefd60f2244719ef744376256 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Sat, 18 Jan 2025 08:25:00 -0800 Subject: [PATCH] Remove services key from instagram shortcode page --- content/en/shortcodes/instagram.md | 8 -------- data/embedded_template_urls.toml | 1 - 2 files changed, 9 deletions(-) diff --git a/content/en/shortcodes/instagram.md b/content/en/shortcodes/instagram.md index de53fe898..eb2bb7671 100755 --- a/content/en/shortcodes/instagram.md +++ b/content/en/shortcodes/instagram.md @@ -46,11 +46,3 @@ disable simple : (`bool`) Whether to enable simple mode for image card generation. If `true`, Hugo creates a static card without JavaScript. This mode only supports image cards, and the image is fetched directly from Instagram's servers. Default is `false`. - -The source code for the simple version of the shortcode is available [here]. - -If you enable simple mode you may want to disable the hardcoded inline styles by setting `disableInlineCSS` to `true` in your site configuration. The default value for this setting is `false`. - -[here]: {{% eturl instagram_simple %}} - -{{< code-toggle config=services.instagram />}} diff --git a/data/embedded_template_urls.toml b/data/embedded_template_urls.toml index cc09aad30..7ba055b28 100644 --- a/data/embedded_template_urls.toml +++ b/data/embedded_template_urls.toml @@ -30,7 +30,6 @@ 'gist' = 'shortcodes/gist.html' 'highlight' = 'shortcodes/highlight.html' 'instagram' = 'shortcodes/instagram.html' -'instagram_simple' = 'shortcodes/instagram_simple.html' 'param' = 'shortcodes/param.html' 'qr' = 'shortcodes/qr.html' 'ref' = 'shortcodes/ref.html'