Summary: | PayPal donation links are not displayed | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | 2wxsy58236r3 |
Component: | Website | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, harald.aust, patdavid |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Other | ||
Latest Commit: | Version Fixed In: | 7.1.0 | |
Sentry Crash Report: | |||
Attachments: | Patched config.yaml |
Description
2wxsy58236r3
2020-08-26 10:32:39 UTC
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! |