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
diff options
context:
space:
mode:
Diffstat (limited to 'config/services/servicesConfig.go')
-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.