zhonger / jekyll-theme-H2O-ac

🎉 A Jekyll theme for researchers and maintainers based on H2O theme.
https://h2o-ac.lisz.me
MIT License
39 stars 24 forks source link

[Bug] Comments part are missing in the page #18

Closed zhonger closed 4 months ago

zhonger commented 5 months ago

Recently, the comments part seems abnormal, like below, neither Disquss nor Waline.

image

zhonger commented 5 months ago

After the investigation, the bug is because of the major update of Waline in the jsDelivr.

https://github.com/zhonger/jekyll-theme-H2O-ac/blob/c2eff86b54ec2e9e62f172d17c03a01e1955f1ed/_includes/waline.html#L2

Previously we used waline.js, but now it's not correct anymore. It has been changed to waline.umd.js, so the below change is needed.

<script src="https://cdn.jsdelivr.net/npm/@waline/client/dist/waline.umd.js"></script>

This bug fix will be in the release v1.3.0.