How to activate tags

August 8, 2017

In order to use tags, ensure that you specify ‘tags’ in the front-matter of the post.

---
layout: post
title:  "How to activate tags"
date:   2017-08-08
comments: yes
categories: general
tags: [jekyll,tags,pagination]
---

Now, in order to activate the tag(s), you’ll have to create tag page(s). For example, to activate a tag called ‘jekyll’, in the tag directory, simply copy template.md to jekyll.md, and within jekyll.md, change the value of the title variable, from ‘template’ to ‘jekyll’.

Read More