Theme Update: Added Tags Listing

When adding a new post, I was looking for appropriate tag for the post.

I wasn’t sure whether I have already used relevant tag earlier, so I checked /tags assuming that I’ll see the tags there, but there was no listing.

I thought I broke it when I did a major update recently. But that was not the case.

So I checked the original theme from which I forked mine.

Even their site does not have tags. (Their site uses categories not tags, but even categories listing doesn’t work)

So (with the help of my coding assistant) I got it working. 🎉

Additionally, I also fixed how code listing looked.

Earlier, inline code blocks looked nice, but ones with three-back-ticks looked horrible (Yes, only word I can think of)

Now, it looks better.

Also, strong and h3 used grayish color, which was difficult to read (at least in the dark mode)

Fixed that as well.