SUMMARY On both the stable [1] and staging [2] website, the PayPal donation links are not displayed. However, the website source code [3] does contain the PayPal links. [1] https://www.digikam.org/donate/ [2] https://staging.digikam.org/donate/ [3] https://invent.kde.org/websites/digikam-org/-/blob/master/content/donate/_index.md
It sound like the Hugo engine used to build web site have been updated and unsafe html code embeded in markdown source code is not processed. It's explained here : https://gohugo.io/getting-started/configuration-markup#goldmark I committed this changes : https://invent.kde.org/websites/digikam-org/commit/93f9c1b6922f81f9ab907c5654255e141d9edac1 But it do not work as i can see. Gilles Caulier
Pat, if you have some tips to fix the problem you are welcome... Best Gilles Caulier
Created attachment 131194 [details] Patched config.yaml Perhaps the config.yaml should look like this?
Git commit 7ba1164d55965405789b1f7efd830f714479bda8 by Gilles Caulier. Committed on 26/08/2020 at 11:48. Pushed by cgilles into branch 'dev'. Apply patch #131194 M +6 -4 config.yaml https://invent.kde.org/websites/digikam-org/commit/7ba1164d55965405789b1f7efd830f714479bda8
Git commit ceec88779d8e2166152083234fac4567f28bccb9 by Gilles Caulier. Committed on 26/08/2020 at 12:09. Pushed by cgilles into branch 'master'. Merge branch 'dev' https://invent.kde.org/websites/digikam-org/commit/ceec88779d8e2166152083234fac4567f28bccb9
Fixed : https://www.digikam.org/donate/ Thanks for the typo in the Yaml config (:=)))... Gilles Caulier
Yikes, sorry for the delay - I'm just seeing this. :( Yes, the solution is what I would have done, but we can look to see if there's a better answer than allowing unsafe html. Thank you for catching the yaml config option!