]> git.maquefel.me Git - brevno-suite/hugo/commit
tpl/tplimpl: Deprecate twitter shortcode in favor of x shortcode
authorJoe Mooring <joe.mooring@veriphor.com>
Sun, 5 Jan 2025 13:31:58 +0000 (05:31 -0800)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 16 Jan 2025 09:33:34 +0000 (10:33 +0100)
commit1191467c051807d4b10676e141478d4e21b07245
tree9cdbc10a75144eb66168fa8055e902bab60f857f
parent60c24fc5ee34bf4d6600af7616a4059e7d3930e7
tpl/tplimpl: Deprecate twitter shortcode in favor of x shortcode

Closes #13214
12 files changed:
config/allconfig/allconfig.go
config/privacy/privacyConfig.go
config/privacy/privacyConfig_test.go
config/services/servicesConfig.go
config/services/servicesConfig_test.go
hugolib/testhelpers_test.go
tpl/tplimpl/embedded/templates/shortcodes/twitter.html
tpl/tplimpl/embedded/templates/shortcodes/twitter_simple.html
tpl/tplimpl/embedded/templates/shortcodes/x.html [new file with mode: 0644]
tpl/tplimpl/embedded/templates/shortcodes/x_simple.html [new file with mode: 0644]
tpl/tplimpl/template.go
tpl/tplimpl/tplimpl_integration_test.go