tplimpl: Remove speakerdeck shortcode

Fixes #4830
This commit is contained in:
Alexandros
2018-06-09 12:13:36 +03:00
committed by Bjørn Erik Pedersen
parent dc4226a8b2
commit 65deb72dc4
9 changed files with 1 additions and 81 deletions

View File

@@ -30,7 +30,6 @@ type Config struct {
Disqus Disqus
GoogleAnalytics GoogleAnalytics
Instagram Instagram
SpeakerDeck SpeakerDeck
Twitter Twitter
Vimeo Vimeo
YouTube YouTube
@@ -65,11 +64,6 @@ type Instagram struct {
Simple bool
}
// SpeakerDeck holds the privacy configuration settings related to the SpeakerDeck shortcode.
type SpeakerDeck struct {
Service `mapstructure:",squash"`
}
// Twitter holds the privacy configuration settingsrelated to the Twitter shortcode.
type Twitter struct {
Service `mapstructure:",squash"`