Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-06-07 13:45:00 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-06-08 11:30:45 +0300
commit9b5debe4b820132759cfdf7bff7fe9c1ad0a6bb1 (patch)
treea202477925fc879db34375292ebe432b74d3acd7 /config
parent12530519d8fb4513c9c18a6494099b7dff8e4fd4 (diff)
Upgrade Instagram shortcode
Fixes #7879
Diffstat (limited to 'config')
-rw-r--r--config/services/servicesConfig.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/services/servicesConfig.go b/config/services/servicesConfig.go
index 559848f5c..1b4317e92 100644
--- a/config/services/servicesConfig.go
+++ b/config/services/servicesConfig.go
@@ -53,6 +53,11 @@ type Instagram struct {
// This means that if you use Bootstrap 4 or want to provide your own CSS, you want
// to disable the inline CSS provided by Hugo.
DisableInlineCSS bool
+
+ // App or Client Access Token.
+ // If you are using a Client Access Token, remember that you must combine it with your App ID
+ // using a pipe symbol (<APPID>|<CLIENTTOKEN>) otherwise the request will fail.
+ AccessToken string
}
// Twitter holds the functional configuration settings related to the Twitter shortcodes.