-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apostrophes in site.yaml description causes 500 error #54
Comments
Thanks will investigate this further. |
I suspect you are not escaping the apostrophe in the yaml that is already enclosed by apostrophes: ie:
The error by default is hidden by Grav, but you can see it by looking in the There are three solutions: a) Escape the apostrophe like so: or b) Use double quotes around the string: or c) Use no quotes at all: |
Awesome, thanks! |
Happens across all themes. Having an apostrophe in the description field of the site.yaml causes a 500 error.
The text was updated successfully, but these errors were encountered: