You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/configuration/services.md
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,22 +26,13 @@ googleAnalytics.id
26
26
{{ .Site.Config.Services.GoogleAnalytics.ID }}
27
27
```
28
28
29
-
instagram.accessToken <!-- TODO: Remove when no longer in docs.yaml -->
30
-
: (`string`) Do not use. Deprecated in [v0.123.0]. The embedded `instagram` shortcode no longer uses this setting.
31
-
32
-
instagram.disableInlineCSS <!-- TODO: Remove when no longer in docs.yaml -->
33
-
: (`bool`) Do not use. Deprecated in [v0.123.0]. The embedded `instagram` shortcode no longer uses this setting.
34
-
35
29
rss.limit
36
30
: (`int`) The maximum number of items to include in an RSS feed. Set to `-1` for no limit. Default is `-1`. See [details](/templates/rss/). To access this value from a template:
37
31
38
32
```go-html-template
39
33
{{ .Site.Config.Services.RSS.Limit }}
40
34
```
41
35
42
-
twitter.disableInlineCSS <!-- TODO: Remove when no longer in docs.yaml -->
43
-
: (`bool`) Do not use. Deprecated in [v0.141.0]. Use the `x` shortcode instead.
44
-
45
36
x.disableInlineCSS
46
37
: (`bool`) Whether to disable the inline CSS rendered by the embedded `x` shortode. See [details](/shortcodes/x/#privacy). Default is `false`. To access this value from a template:
0 commit comments