
griefprevention.com header image broken
globau opened this issue ยท 2 comments
Observed Behavior

Expected Behavior

- s/\Qgriefprevention.github.io\E/griefprevention.com/g
- header image instead of html
Reproduction steps
- https://griefprevention.com/
- notice raw html just hanging out on the page
Stack trace or error log
No response
Server version
N/A
GriefPrevention version
N/A
Configuration
N/A
Plugin list
No response
Running without GriefPrevention
- I attempted running the server without GriefPrevention installed.
- The problem does not occur when GriefPrevention is removed from the server.
Running with only GriefPrevention
- I attempted running only GriefPrevention on the server.
- The issue still occurs when GriefPrevention is the only plugin running.
Running on a fresh, clean server installation
- I attempted testing for the issue on a new server.
- The issue still occurs on a new server.
Using unmodified client
- I attempted testing for the issue with the vanilla client.
- The issue still occurs when using the vanilla client.
We appreciate you taking the time to fill out a bug report!
- I searched for similar issues before submitting this bug report.
Yeah, its been broken for a very long time. (feel free to blame me, i caused this). the markdown engine for the website is different than the markdown engine for github readmes, and the site copies the readme of the repo. So even tho it looks good via the repo, doesnt display well on the site. Kind of a pain to debug since i dont got a local jekyl setup (ruby on macos is fun).
We could simplify the readme. just havent gotten around to it. Website is rarely used so not too much of a priority. But can def be looked at.
Website is here https://github.com/GriefPrevention/griefprevention.github.io
Feel free to PR or make issues there.