tikv / website

Website for tikv.org
19 stars 62 forks source link

Strip HTML from <title> attribute; fixes the <br /> that is currently showing up there #339

Closed shinypb closed 1 year ago

shinypb commented 1 year ago

What is changed?

Currently, the web site at tikv.org has a literal <br /> in the <title> tag:

Screenshot 2023-02-01 at 9 38 22 AM

This changes the template to run the description through Hugo's plainify function, which strips out all HTML tags and returns a plain text version of the input.

Tada:

Screenshot 2023-02-01 at 9 39 59 AM

Any related PRs or issues?

N/A

Which version does your change affect?

N/A