Showing tags on posts
13 Jul 2017 | blogAfter adding a Categories page I wanted to add tag-handling to the blog. I wanted to display the tags assigned to each post under the title.
Using the same principles as for categories and adapting some CSS from Codinfox, I have achieved that. Each tag name is a link to the relevant section of the Tags page.
Like categories, tags are specified for a post in the front matter, as for this post:
---
layout: post
title: Showing tags on posts
categories: tech
tags: blog
---