Yue-plus / hexo-theme-arknights

明日方舟罗德岛阵营的 Hexo 主题,支持数学公式、Valine&Gitalk&Waline评论系统、Mermaid图表
https://arknights.theme.hexo.yue.zone/
MIT License
691 stars 74 forks source link

怎么为一个文章添加多个标签 #139

Closed nicemist closed 1 year ago

nicemist commented 1 year ago

怎么为一个文章添加多个标签

Yue-plus commented 1 year ago
---
tags:
- tag1
- tag2
- tag3
---

或者:

---
tags: [tag1, tag2, tag3]
---

参考:

nicemist commented 1 year ago

解决