Skip to content

1.0.2

Compare
Choose a tag to compare
@mulder21c mulder21c released this 22 Nov 02:19
· 14 commits to master since this release

Fixes

Register and move some functions as hexo's helper

  • In order to improve the reuse of the function for getting the full URL and the function for getting the representative image information, transferred the functions existing in the pug file to the helper of hexo.

improving JSON-LD

  • Fixed JSON-LD grammar errors due to missing commas.
  • Fixed a problem that caused a JSON grammar error when a string was broken because the quotes in the string were marked unencoded.
  • The page showing the post list has been modified to display the list in JSON-LD as well.
  • Each individual post has been enhanced to include a representative image in JSON-LD.
  • Fixed a grammatical error when double quotes were included in the body of the JSON-LD data.