1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-06-26 16:13:45 +02:00
hugo-theme-bootstrap4-blog/layouts/_default
Alan Orth 4a88be4434
layouts: Remove quoting of structured data
I don't understand it, but quoting these values causes Hugo to use
escape codes for non-ASCII (?) characters. For example:

  "description": "A thriving oasis in Jordan\x27s desert is at risk of disappearing."

Google's Search Console shows the following error:

    Unparsable structured data > Bad escape sequence in string

We had a similar issue with dates that was fixed in #111 and the
solution is the same here.
2020-03-19 15:22:29 +02:00
..
baseof.html Use Font Awesome SVGs via JavaScript 2020-01-27 18:17:35 +02:00
content.html Localize "by" and "in" strings in post meta 2019-04-22 18:51:33 +03:00
list.html layouts: Remove quoting of structured data 2020-03-19 15:22:29 +02:00
single.html layouts: Remove quoting of structured data 2020-03-19 15:22:29 +02:00
summary.html Localize "by" and "in" strings in post meta 2019-04-22 18:51:33 +03:00
taxonomy.html Add taxonomy template 2018-04-19 18:08:48 +03:00