probberechts / hexo-theme-cactus

:cactus: A responsive, clean and simple theme for Hexo.
https://probberechts.github.io/hexo-theme-cactus/
MIT License
3.2k stars 784 forks source link

Render keywords on meta tag. #221

Closed edg-l closed 3 years ago

probberechts commented 4 years ago

The theme already includes a script that supports the addition of meta tags from a blog post's preamble. You can add custom meta keywords as:

meta:
  - [name=keywords; content=test, example]

I do think it is a good idea to use the tags as the default, but I would add this to this script.