Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 342 Bytes

Readme.md

File metadata and controls

18 lines (16 loc) · 342 Bytes

Help

I want to add a new tag

So if trade-finance and oil-and-gas aren't enough tags, cool.

Add the tag name to _data/tags.yaml

cool-new-tag:
    name: A cool new tag

and create a file called blog/tag/cool-new-tag.md containing

---
layout: blog_by_tags
tag: cool-new-tag
permalink: /blog/tag/cool-new-tag/
---