Remove services key from instagram shortcode page

This commit is contained in:
Joe Mooring
2025-01-18 08:25:00 -08:00
committed by GitHub
parent b7fe31e076
commit 365ab345f2
2 changed files with 0 additions and 9 deletions
-8
View File
@@ -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 />}}
-1
View File
@@ -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'