summaryrefslogtreecommitdiffstats
path: root/config/services
AgeCommit message (Collapse)Author
2018-09-07config: Fix golint issuesCameron Moore
config/configProvider.go:54:9: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) config/privacy/privacyConfig.go:99:1: exported function DecodeConfig should have comment or be unexported config/services/servicesConfig.go:64:1: exported function DecodeConfig should have comment or be unexported
2018-07-07Fix typosYang Li
2018-05-31Fixes #4798Alex
2018-05-23Add instagram_simple shortcodeBjørn Erik Pedersen
Fixes #4748
2018-05-22Add an unified .Site.Config with a services sectionBjørn Erik Pedersen
Fixes #4751