Add a tag
Published on
Add the tag to the list of supported tags
- Add your tag to
site/_data/i18n/tags.yml. Theenandesfields correspond to different languages. For now, just add your tag using theenfield.
news:
en: NewsAdd the tag to your post
In the front matter for your post you can add a list of tags:
---
title: My first post
tags:
- news
- feature-policy
- encryption
---Updated on • Improve article