I'm attempting to display a list of tags using Jekyll. Here is what my HTML on the page looks like:
<ul>
{% for tags in page.tags %}
<li>{{ tags }}</li>
{% endfor %}
</ul>
And this is the information in my front matter:
---
layout: template
title: Title
tags: all portfolio something
---
I am getting an output, but it is just creating a list like this:
instead of what I am trying to acheive, which is this:
Any troubleshooting on this would be much appreciated, thank you!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With