Grief Prevention

Grief Prevention

1M Downloads

griefprevention.com header image broken

globau opened this issue ยท 2 comments

commented

Observed Behavior

https://griefprevention.com/

image

Expected Behavior

image
  • s/\Qgriefprevention.github.io\E/griefprevention.com/g
  • header image instead of html

Reproduction steps

  1. https://griefprevention.com/
  2. 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.
commented

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.

commented

Website is here https://github.com/GriefPrevention/griefprevention.github.io

Feel free to PR or make issues there.