I have got a small blog that uses Jekyll. Now I want to add some more functionality to my post layout. I want to add this line on top of every post:
Tagged with category1, category2, ...
What is the best way to achieve this. Can someone help me with the Jekyll code that I have to add in my html file?