gohugoio / hugoBasicExample

MIT License
281 stars 281 forks source link

fix twitter shortcode #89

Closed deining closed 7 months ago

deining commented 7 months ago

As of hugo v0.123.0, the basic example site fails with an error due to improper use of twitter shortcode.

& hugo
Start building sites … 
hugo v0.123.0-3c8a4713908e48e6523f058ca126710397aa4ed5+extended linux/amd64 BuildDate=2024-02-19T16:32:38Z VendorInfo=gohugoio
(...)
ERROR The "twitter_simple" shortcode requires two named parameters: user and id. See "/home/andreas/hugoBasicExample/content/post/rich-content.md:26:1"
Total in 59 ms
Error: error building site: logged 1 error(s)

This PR fixes this error.

deining commented 7 months ago

Just saw that this is a duplicate of #82, sorry. Nevertheless, we should either address this issue or archive this repo, as suggested in #83.