This commit is contained in:
Alex
2018-05-30 23:42:32 +03:00
committed by Bjørn Erik Pedersen
parent ceaff7cafc
commit 07b96d16e8
7 changed files with 90 additions and 0 deletions

View File

@@ -35,6 +35,8 @@ shortname = "DS"
id = "ga_id"
[services.instagram]
disableInlineCSS = true
[services.twitter]
disableInlineCSS = true
`
cfg, err := config.FromConfigString(tomlConfig, "toml")
assert.NoError(err)