Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (24 loc) · 516 Bytes

File metadata and controls

30 lines (24 loc) · 516 Bytes
layout title description date
layouts/doc-post.njk
Add a tag
Add a new tag.
2021-01-11

Add the tag to the list of supported tags

  • Add your tag to site/_data/i18n/tags.yml. The en and es fields correspond to different languages. For now, just add your tag using the en field.
news:
  en: News

Add 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
---